You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							45 lines
						
					
					
						
							875 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							45 lines
						
					
					
						
							875 B
						
					
					
				|  | |
| include_directories( | |
|     ${PROJECT_SOURCE_DIR}/include | |
|     ${PROJECT_SOURCE_DIR}/pcbnew | |
|     ${BOOST_INCLUDE} | |
|     ${CMAKE_CURRENT_SOURCE_DIR} | |
|     ${CMAKE_BINARY_DIR} | |
|     ) | |
|  | |
|  | |
| add_executable( container_test | |
|     EXCLUDE_FROM_ALL | |
|     container_test.cpp | |
|     ) | |
| target_link_libraries( container_test | |
|     common | |
|     ${wxWidgets_LIBRARIES} | |
|     ) | |
|  | |
| add_executable( test-nm-biu-to-ascii-mm-round-tripping | |
|     EXCLUDE_FROM_ALL | |
|     test-nm-biu-to-ascii-mm-round-tripping.cpp | |
|     ) | |
|  | |
| add_executable( property_tree | |
|     EXCLUDE_FROM_ALL | |
|     property_tree.cpp | |
|     ../common/richio.cpp | |
|     ../common/exceptions.cpp | |
|     ../common/dsnlexer.cpp | |
|     ../common/ptree.cpp | |
|     ) | |
| target_link_libraries( property_tree | |
|     ${wxWidgets_LIBRARIES} | |
|     ) | |
|  | |
|  | |
| add_executable( utf8_tests | |
|     EXCLUDE_FROM_ALL | |
|     utf8_tests.cpp | |
|     ) | |
| target_link_libraries( utf8_tests | |
|     common | |
|     ${wxWidgets_LIBRARIES} | |
|     )
 |