Fix kicad-cli not being installed at all
This commit is contained in:
parent
0ae2a8483e
commit
f9659a7e7c
|
@ -142,6 +142,13 @@ install( TARGETS kicad
|
||||||
COMPONENT binary
|
COMPONENT binary
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if( NOT APPLE )
|
||||||
|
install( TARGETS kicad-cli
|
||||||
|
DESTINATION ${KICAD_BIN}
|
||||||
|
COMPONENT binary
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
if( KICAD_WIN32_INSTALL_PDBS )
|
if( KICAD_WIN32_INSTALL_PDBS )
|
||||||
# Get the PDBs to copy over for MSVC
|
# Get the PDBs to copy over for MSVC
|
||||||
install(FILES $<TARGET_PDB_FILE:kicad> DESTINATION ${KICAD_BIN})
|
install(FILES $<TARGET_PDB_FILE:kicad> DESTINATION ${KICAD_BIN})
|
||||||
|
|
Loading…
Reference in New Issue