Setting PATH for executable on Windows
We use VCPKG to build most of our dependencies, but also use an externally built Qt6 and VTK. When trying to debug the executable on Windows I get the error dialog that says it cannot find certain DLL libraries. We also use CMake and CMakeUserPresets.json.
In CMake we can specifically set the VS_DEBUGGER_PATH variable with all the needed paths so our Visual Studio users are all set and ready to go. Is there something similar that I can do either in CMake or in the CMakeUserPresets.json file specifically for CLion?
Please sign in to leave a comment.