Skip to content

Commit

Permalink
removeme: Build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed May 23, 2024
1 parent 85fbf26 commit aafce33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/broadcast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ target_include_directories( ${TARGET}
# ===========================================================================================
# Install ARTIFACTS:
# ===========================================================================================

message(STATUS "CMAKE_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR} CMAKE_INSTALL_BINDIR ${CMAKE_INSTALL_BINDIR} CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_LIBDIR}")

install(
TARGETS ${TARGET} EXPORT ${TARGET}Targets # for downstream dependencies
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT libs # static lib
Expand Down

0 comments on commit aafce33

Please sign in to comment.