diff --git a/utils/joiner/CMakeLists.txt b/utils/joiner/CMakeLists.txt index 8097f71d6..9da265a59 100644 --- a/utils/joiner/CMakeLists.txt +++ b/utils/joiner/CMakeLists.txt @@ -10,6 +10,6 @@ add_library(joiner SHARED ${joiner_LIB_SRCS}) set_target_properties(joiner PROPERTIES VERSION 1.0.0 SOVERSION 1) -#install(TARGETS joiner DESTINATION ${ENGINE_LIBDIR}) +install(TARGETS joiner DESTINATION ${ENGINE_LIBDIR})