andreacavalli
/
JTDLib
Archived
forked from ErnyTech/JTDLib
1
0
Fork 0

Add archive destination in CMake

This commit is contained in:
Ernesto Castellotti 2018-11-24 14:10:47 +01:00
parent 024787b141
commit e73c5f907c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ target_compile_definitions(tdjni PRIVATE PACKAGE_NAME="${TD_API_JAVA_PACKAGE}")
set_property(TARGET tdjni PROPERTY CXX_STANDARD 14)
install(TARGETS tdjni
ARCHIVE DESTINATION bin
LIBRARY DESTINATION bin
RUNTIME DESTINATION bin
)