]> git.donarmstrong.com Git - bamtools.git/commitdiff
Removed commented (library export) definitions from utils & jsoncpp CMakeLists files
authorderek <derekwbarnett@gmail.com>
Fri, 19 Nov 2010 15:42:40 +0000 (10:42 -0500)
committerderek <derekwbarnett@gmail.com>
Fri, 19 Nov 2010 15:42:40 +0000 (10:42 -0500)
src/third_party/jsoncpp/CMakeLists.txt
src/utils/CMakeLists.txt

index 1ee9cdfa9bac3f47e2b616069089f23fa5cea895..3fc9ec47bd1786c58d98c52995ba0ff6c5eb6aea 100644 (file)
@@ -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 
index f93835bb97ead4fb1531ed3facef6cf4c3819097..b5ac697d4855cb058756bbdcd8c5517b1eb832a8 100644 (file)
@@ -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