Add Python setup to CMakeLists.txt

This commit is contained in:
Dan Paulat 2025-05-28 22:21:48 -05:00
parent ffbe3aedad
commit ea2c2e8f58
4 changed files with 44 additions and 4 deletions

View file

@ -12,7 +12,8 @@
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/${presetName}",
"cacheVariables": {
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "${sourceDir}/external/cmake-conan/conan_provider.cmake"
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "${sourceDir}/external/cmake-conan/conan_provider.cmake",
"SCWX_VIRTUAL_ENV": "${sourceDir}/.venv"
}
},
{