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.

11 lines
334 B

  1. # .cpp files are compiled with extra ${WSHADOW_FLAGS}
  2. if( COMPILER_SUPPORTS_WSHADOW )
  3. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WSHADOW_FLAGS}")
  4. endif()
  5. add_subdirectory( idftools )
  6. add_subdirectory( kicad-ogltest )
  7. if( KICAD_USE_OCE OR KICAD_USE_OCC )
  8. add_subdirectory( kicad2step )
  9. endif( KICAD_USE_OCE OR KICAD_USE_OCC )