mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Don't require gtest anymore.
This commit is contained in:
		
							parent
							
								
									f0d75eea0d
								
							
						
					
					
						commit
						3edca58a0c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -22,10 +22,10 @@ endif() | |||
| target_link_libraries(test_common INTERFACE test_catch2_common) | ||||
| 
 | ||||
| # DEPRECATED: | ||||
| find_package(GTest REQUIRED) | ||||
| add_library(test_gtest_common INTERFACE) | ||||
| target_compile_definitions(test_gtest_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)") | ||||
| target_link_libraries(test_gtest_common INTERFACE GTest::GTest GTest::Main) | ||||
| #find_package(GTest REQUIRED) | ||||
| #add_library(test_gtest_common INTERFACE) | ||||
| #target_compile_definitions(test_gtest_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)") | ||||
| #target_link_libraries(test_gtest_common INTERFACE GTest::GTest GTest::Main) | ||||
| 
 | ||||
| add_subdirectory(libnest2d) | ||||
| add_subdirectory(timeutils) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros