Add skipped pdb copy to kipython
This commit is contained in:
parent
bcd6bddfd4
commit
7ff9806386
|
@ -72,6 +72,12 @@ else()
|
|||
COMPONENT binary
|
||||
)
|
||||
endif()
|
||||
|
||||
if( KICAD_WIN32_INSTALL_PDBS )
|
||||
# Get the PDBs to copy over for MSVC
|
||||
install(FILES $<TARGET_PDB_FILE:scripting_kiface> DESTINATION ${KICAD_BIN})
|
||||
endif()
|
||||
|
||||
# python shell installation
|
||||
install( DIRECTORY ${PROJECT_SOURCE_DIR}/scripting/kicad_pyshell/
|
||||
DESTINATION ${KICAD_DATA}/scripting/kicad_pyshell
|
||||
|
|
Loading…
Reference in New Issue