[teagba] Make install library
This commit is contained in:
parent
b484d601e5
commit
022f148701
8
deps/teagba/src/CMakeLists.txt
vendored
8
deps/teagba/src/CMakeLists.txt
vendored
@ -19,3 +19,11 @@ target_link_libraries(
|
|||||||
TeaGBA PUBLIC
|
TeaGBA PUBLIC
|
||||||
OxStd
|
OxStd
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS
|
||||||
|
TeaGBA
|
||||||
|
DESTINATION
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user