mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
6 lines
96 B
CMake
6 lines
96 B
CMake
add_subdirectory( idftools )
|
|
|
|
if( USE_OCE )
|
|
add_subdirectory( kicad2step )
|
|
endif( USE_OCE )
|