mirror of
https://github.com/ErnyTech-Archive/JTDLib
synced 2024-11-11 13:59:22 +01:00
Add archive destination in CMake
This commit is contained in:
parent
024787b141
commit
e73c5f907c
@ -19,6 +19,7 @@ target_compile_definitions(tdjni PRIVATE PACKAGE_NAME="${TD_API_JAVA_PACKAGE}")
|
|||||||
set_property(TARGET tdjni PROPERTY CXX_STANDARD 14)
|
set_property(TARGET tdjni PROPERTY CXX_STANDARD 14)
|
||||||
|
|
||||||
install(TARGETS tdjni
|
install(TARGETS tdjni
|
||||||
|
ARCHIVE DESTINATION bin
|
||||||
LIBRARY DESTINATION bin
|
LIBRARY DESTINATION bin
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user