We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3692af0 commit d814acdCopy full SHA for d814acd
CMakeLists.txt
@@ -144,7 +144,8 @@ source_group("Public API"
144
install(TARGETS trantor
145
# IMPORTANT: Add the trantor library to the "export-set"
146
EXPORT TrantorTargets
147
- ARCHIVE DESTINATION "${INSTALL_LIB_DIR}" COMPONENT lib)
+ ARCHIVE DESTINATION "${INSTALL_LIB_DIR}" COMPONENT lib
148
+ LIBRARY DESTINATION "${INSTALL_LIB_DIR}" COMPONENT lib)
149
150
install(FILES ${public_net_headers}
151
DESTINATION ${INSTALL_INCLUDE_DIR}/trantor/net)
0 commit comments