Changeset 236 in pacpusframework for trunk/cmake
- Timestamp:
- Nov 28, 2013, 5:07:16 PM (11 years ago)
- Location:
- trunk/cmake
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusConfiguration.cmake
r187 r236 19 19 # Global configuration 20 20 # ======================================== 21 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using log4cxx, the library is required") 21 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using Boost.Log, the library is required") 22 set(PACPUS_LOG_COLORED_OUTPUT FALSE CACHE BOOL "Logging in color.") 22 23 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 23 24 set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation - requires Doxygen") … … 32 33 endif() 33 34 endif(PACPUS_USE_SOLUTION_FOLDERS) 35 36 if(PACPUS_LOG_COLORED_OUTPUT) 37 list(APPEND PACPUS_DEFINITIONS " -DPACPUS_LOG_COLORED_OUTPUT=1 ") 38 endif() -
trunk/cmake/PacpusDependencies.cmake
r234 r236 10 10 ################################################################################ 11 11 # OUTPUT 12 set(PACPUS_DEFINITIONS "")13 12 set(PACPUS_DEPENDENCIES_INC "") 14 13 set(PACPUS_DEPENDENCIES_LIB "") … … 120 119 log 121 120 log_setup 121 system 122 122 ) 123 123 include_directories(${Boost_INCLUDE_DIRS}) -
trunk/cmake/PacpusUtilities.cmake
r235 r236 345 345 TARGETS ${ARGV} 346 346 RUNTIME DESTINATION ${PACPUS_INSTALL_DIR}/bin 347 LIBRARY DESTINATION ${PACPUS_INSTALL_DIR}/ lib347 LIBRARY DESTINATION ${PACPUS_INSTALL_DIR}/bin 348 348 ARCHIVE DESTINATION ${PACPUS_INSTALL_DIR}/lib 349 349 )
Note:
See TracChangeset
for help on using the changeset viewer.