kicad/utils/CMakeLists.txt

12 lines
334 B
CMake
Raw Normal View History

# .cpp files are compiled with extra ${WSHADOW_FLAGS}
if( COMPILER_SUPPORTS_WSHADOW )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WSHADOW_FLAGS}")
endif()
add_subdirectory( idftools )
add_subdirectory( kicad-ogltest )
if( KICAD_USE_OCE OR KICAD_USE_OCC )
2016-09-02 10:08:40 +00:00
add_subdirectory( kicad2step )
endif( KICAD_USE_OCE OR KICAD_USE_OCC )