From 86d07fa0246b158b90b626ad978e362c9df2ffd6 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 23 Dec 2012 11:47:07 +0000 Subject: [PATCH] Install libobjcxx, if it's built. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d673a3..c241bb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,6 +183,7 @@ else (CXX_RUNTIME) SOVERSION ${libobjc_VERSION} ) set(CXX_RUNTIME "") + list(APPEND INSTALL_TARGETS objcxx) endif (CXX_RUNTIME) # Currently, we actually need pthreads, but we should use the platform's native