diff --git a/PlayRho/CMakeLists.txt b/PlayRho/CMakeLists.txt index 48a6b328b1..44fcc6b140 100644 --- a/PlayRho/CMakeLists.txt +++ b/PlayRho/CMakeLists.txt @@ -130,11 +130,11 @@ if(PLAYRHO_INSTALL) # install libraries install(TARGETS PlayRho EXPORT PlayRho-targets + COMPONENT Library LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - COMPONENT Library ) # install build system hooks for third-party apps