Skip to content

(build): embed PDB file when installing Sight in debug mode on Windows platform

Description

Add at the right place:

install(FILES $<TARGET_PDB_FILE:${FWPROJECT_NAME}> DESTINATION ${CMAKE_INSTALL_BINDIR}/${FW_INSTALL_PATH_SUFFIX} OPTIONAL)

Closes #518 (closed)

How to test it?

ninja install

pdb files should be installed.

Edited by Didier WECKMANN

Merge request reports