From 7ff980638690fdb9cb7234187f65dee561fa607a Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Thu, 15 Jul 2021 21:30:59 -0400 Subject: [PATCH] Add skipped pdb copy to kipython --- scripting/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripting/CMakeLists.txt b/scripting/CMakeLists.txt index 65bd93d634..07e7e33d9a 100644 --- a/scripting/CMakeLists.txt +++ b/scripting/CMakeLists.txt @@ -72,6 +72,12 @@ else() COMPONENT binary ) endif() + +if( KICAD_WIN32_INSTALL_PDBS ) + # Get the PDBs to copy over for MSVC + install(FILES $ DESTINATION ${KICAD_BIN}) +endif() + # python shell installation install( DIRECTORY ${PROJECT_SOURCE_DIR}/scripting/kicad_pyshell/ DESTINATION ${KICAD_DATA}/scripting/kicad_pyshell