diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-23 15:43:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-23 15:43:03 -0700 |
commit | faf7dea043728056bed5a7eb0529162eb7d9f932 (patch) | |
tree | 339c17303ebd727c8c2aacf9c26a2bd99ee739dc /gruel/src | |
parent | 9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f (diff) |
the libraries
Diffstat (limited to 'gruel/src')
-rw-r--r-- | gruel/src/lib/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gruel/src/lib/CMakeLists.txt b/gruel/src/lib/CMakeLists.txt index b54e644bcc..a6aa1d992c 100644 --- a/gruel/src/lib/CMakeLists.txt +++ b/gruel/src/lib/CMakeLists.txt @@ -82,14 +82,7 @@ list(APPEND gruel_sources add_library(gruel SHARED ${gruel_sources}) target_link_libraries(gruel ${Boost_LIBRARIES}) -set_target_properties(gruel PROPERTIES DEFINE_SYMBOL "gruel_EXPORTS") -set_target_properties(gruel PROPERTIES SOVERSION ${LIBVER}) - -install(TARGETS gruel - LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "gruel_runtime" # .so/.dylib file - ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "gruel_devel" # .lib file - RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "gruel_runtime" # .dll file -) +GR_LIBRARY_FOO(gruel RUNTIME_COMPONENT "gruel_runtime" DEVEL_COMPONENT "gruel_devel") ######################################################################## # Setup tests |