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")
include(CTest)
if(SPDLOG_BUILD_EXAMPLES)
add_subdirectory(example)
endif()
if(BUILD_TESTING)
if(SPDLOG_BUILD_TESTING)
include(CTest)
add_subdirectory(tests)
endif()

Loading…
Cancel
Save