From b6b3b35b645d63d469e983bdcc0c37ae48798a9b Mon Sep 17 00:00:00 2001 From: Ryan Calhoun Date: Thu, 31 Mar 2016 18:59:32 -0700 Subject: [PATCH] Moving the symbols into the lib directory --- Gemfile.lock | 1 + src/cppunit/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d55e5ad..f5fd049 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES emplace (~> 0.2.1) diff --git a/src/cppunit/CMakeLists.txt b/src/cppunit/CMakeLists.txt index 4875572..81c205a 100644 --- a/src/cppunit/CMakeLists.txt +++ b/src/cppunit/CMakeLists.txt @@ -72,5 +72,5 @@ include_directories( add_library(cppunit STATIC ${SOURCES}) install(TARGETS cppunit ARCHIVE DESTINATION lib) -install_symbols(TARGETS cppunit STATIC DESTINATION symbols) +install_symbols(TARGETS cppunit STATIC DESTINATION lib)