Added ctest so we now have a 'make test' target for running tests.
This commit is contained in:
		@@ -23,8 +23,8 @@ target_include_directories(
 | 
			
		||||
 | 
			
		||||
set(HEADER_BASE "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | 
			
		||||
 | 
			
		||||
include(CTest)
 | 
			
		||||
if(SPDLOG_BUILD_EXAMPLES)
 | 
			
		||||
  enable_testing()
 | 
			
		||||
    add_subdirectory(example)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user