diff --git a/kicad/CMakeLists.txt b/kicad/CMakeLists.txt index 8d8fe825fb..a101e4c12b 100644 --- a/kicad/CMakeLists.txt +++ b/kicad/CMakeLists.txt @@ -142,6 +142,13 @@ install( TARGETS kicad COMPONENT binary ) +if( NOT APPLE ) + install( TARGETS kicad-cli + DESTINATION ${KICAD_BIN} + COMPONENT binary + ) +endif() + if( KICAD_WIN32_INSTALL_PDBS ) # Get the PDBs to copy over for MSVC install(FILES $ DESTINATION ${KICAD_BIN})