How to Set Path Environment Variable using CMake and Visual Studio to Run Test

后端 未结 6 1648
梦毁少年i
梦毁少年i 2020-12-02 06:27

I am using CMake to generate Visual Studio project files. I want to run the test executable after setting the PATH environment variable so that it is able to load the requir

6条回答
  •  天命终不由人
    2020-12-02 07:20

    Here is related CMake feature request report:

    http://www.kwwidgets.org/Bug/view.php?id=8884

    UPDATE: Solved as per Set Visual Studio project "custom environment variables" setting with CMake - thanks to Florian for the comment below.

提交回复
热议问题