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 fc041fe commit db89b3dCopy full SHA for db89b3d
CMakeLists.txt
@@ -186,6 +186,8 @@ else()
186
target_compile_options(${BTCPP_LIBRARY} PRIVATE -Wall -Wextra)
187
endif()
188
189
+add_library(BT::${BTCPP_LIBRARY} ALIAS ${BTCPP_LIBRARY})
190
+
191
#############################################################
192
message( STATUS "BTCPP_LIB_DESTINATION: ${BTCPP_LIB_DESTINATION} " )
193
message( STATUS "BTCPP_INCLUDE_DESTINATION: ${BTCPP_INCLUDE_DESTINATION} " )
0 commit comments