From 8b1bb12610dbfe12f671f16c61269fa62ac59eb4 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Fri, 15 Jul 2016 10:48:08 -0500 Subject: [PATCH] libjoiner install line uncommented out --- utils/joiner/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})