Add skipped pdb copy to kipython

This commit is contained in:
Marek Roszko 2021-07-15 21:30:59 -04:00
parent bcd6bddfd4
commit 7ff9806386
1 changed files with 6 additions and 0 deletions

View File

@ -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