Skip to content

Commit b5f9037

Browse files
committed
Merge branch 'main' into neuropix-configuration
2 parents 4e9ab70 + daaa66a commit b5f9037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ if(MSVC)
6565
target_compile_options(${PLUGIN_NAME} PRIVATE /sdl- /W0)
6666

6767
install(TARGETS ${PLUGIN_NAME} RUNTIME DESTINATION ${GUI_BIN_DIR}/plugins CONFIGURATIONS ${CMAKE_CONFIGURATION_TYPES})
68+
install(FILES $<TARGET_PDB_FILE:${PLUGIN_NAME}> DESTINATION ${GUI_BIN_DIR}/plugins OPTIONAL)
6869

6970
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../libs)
7071
elseif(LINUX)

0 commit comments

Comments
 (0)