diff --git a/CMakeLists.txt b/CMakeLists.txt index ecfbb83..29c45b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,12 +260,10 @@ generate_pkg_config ("${CMAKE_CURRENT_BINARY_DIR}/libwoff2enc.pc" LIBRARIES woff2enc) # Installation -if (NOT BUILD_SHARED_LIBS) - install( - TARGETS woff2_decompress woff2_compress woff2_info - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" - ) -endif() +install( + TARGETS woff2_decompress woff2_compress woff2_info + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" +) install( TARGETS woff2common woff2dec woff2enc