Browse Source

Added log4cplus as a library to be linked against for the tests as well.

tempestpy_adaptions
dehnert 12 years ago
parent
commit
667811c92e
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -163,6 +163,7 @@ endif(GTEST_INCLUDE_DIR)
if (LOG4CPLUS_INCLUDE_DIR)
include_directories(${LOG4CPLUS_INCLUDE_DIR})
target_link_libraries(mrmc ${LOG4CPLUS_LIBRARY})
target_link_libraries(mrmc-tests ${LOG4CPLUS_LIBRARY})
endif(LOG4CPLUS_INCLUDE_DIR)
if (THREADS_FOUND)

Loading…
Cancel
Save