pull/347/merge
w0land 9 years ago committed by GitHub
commit f9dbe00f09

@ -27,12 +27,12 @@ target_include_directories(
set(HEADER_BASE "${CMAKE_CURRENT_SOURCE_DIR}/include") set(HEADER_BASE "${CMAKE_CURRENT_SOURCE_DIR}/include")
include(CTest)
if(SPDLOG_BUILD_EXAMPLES) if(SPDLOG_BUILD_EXAMPLES)
add_subdirectory(example) add_subdirectory(example)
endif() endif()
if(BUILD_TESTING) if(SPDLOG_BUILD_TESTING)
include(CTest)
add_subdirectory(tests) add_subdirectory(tests)
endif() endif()

Loading…
Cancel
Save