mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-14 17:16:01 +00:00
Visual Studio 2017 is able to build CMake-based projects directly be opening the folder containing the CMakeLists.txt. However when doing this shaderc is not able to find the Python executable (it uses find_program instead of the special Python CMake module). Help shaderc by setting the PYTHON_EXE variable before including its CMakeLists.txt