Skip to content

Commit

Permalink
Moving the symbols into the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancalhoun committed Apr 1, 2016
1 parent d9da28b commit b6b3b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
emplace (~> 0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion src/cppunit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b6b3b35

Please sign in to comment.