mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Port the last example
This commit is contained in:
		@@ -34,7 +34,8 @@ set(SELF_TEST_DIR ${CATCH_DIR}/tests/SelfTest)
 | 
			
		||||
set(BENCHMARK_DIR ${CATCH_DIR}/tests/Benchmark)
 | 
			
		||||
set(EXAMPLES_DIR ${CATCH_DIR}/examples)
 | 
			
		||||
 | 
			
		||||
add_subdirectory(src)
 | 
			
		||||
# We need to bring-in the variables defined there to this scope
 | 
			
		||||
include(src/CMakeLists.txt)
 | 
			
		||||
 | 
			
		||||
# Build tests only if requested
 | 
			
		||||
if (BUILD_TESTING AND CATCH_BUILD_TESTING AND NOT_SUBPROJECT)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user