From: derek Date: Fri, 19 Nov 2010 15:42:40 +0000 (-0500) Subject: Removed commented (library export) definitions from utils & jsoncpp CMakeLists files X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a491919dfa406b3b6b3fa58d51cbd36eb7473da6;p=bamtools.git Removed commented (library export) definitions from utils & jsoncpp CMakeLists files --- diff --git a/src/third_party/jsoncpp/CMakeLists.txt b/src/third_party/jsoncpp/CMakeLists.txt index 1ee9cdf..3fc9ec4 100644 --- a/src/third_party/jsoncpp/CMakeLists.txt +++ b/src/third_party/jsoncpp/CMakeLists.txt @@ -6,7 +6,7 @@ # ========================== # add compiler definitions -#add_definitions(-DJSONCPP_LIBRARY) # (for proper exporting of library symbols) +add_definitions(-DBAMTOOLS_JSONCPP_LIBRARY) # (for proper exporting of library symbols) # create jsoncpp library add_library ( jsoncpp SHARED diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt index f93835b..b5ac697 100644 --- a/src/utils/CMakeLists.txt +++ b/src/utils/CMakeLists.txt @@ -9,7 +9,7 @@ include_directories (${BamTools_SOURCE_DIR}/src/api) # add compiler definitions -#add_definitions(-DBAMTOOLS_UTILS_LIBRARY) # (for proper exporting of library symbols) +add_definitions(-DBAMTOOLS_UTILS_LIBRARY) # (for proper exporting of library symbols) # create BamTools utils library add_library ( BamTools-utils SHARED