4 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			112 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_library_module(time timer.cpp)
 | 
						|
target_link_libraries(time PUBLIC tbb)
 | 
						|
add_test_module(time timer.test.cpp)
 | 
						|
 |