mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
OpenCascade 7.3 deprecates some TK libraries that were not required by KiCad, therefore we should not include them in the compile. Also correct missing compiles for STEP import/export induced by 584409b2e when using OCCT. There is no effect on OCE to this change.
7 lines
155 B
CMake
7 lines
155 B
CMake
add_subdirectory( idf )
|
|
add_subdirectory( vrml )
|
|
|
|
if( KICAD_USE_OCE OR KICAD_USE_OCC )
|
|
add_subdirectory( oce )
|
|
endif( KICAD_USE_OCE OR KICAD_USE_OCC )
|