Add archive destination in CMake
This commit is contained in:
parent
5eb4cda588
commit
e78b7fcd07
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user