Commit 72e3a9688daa713f8c3c27a10228dc2d515c3a67

Authored by Jay Berkenbilt
1 parent dc67d1a7

Add Windows CMake profile

This works with Visual Studio Build Tools 2022 installed.
Showing 1 changed file with 1 additions and 0 deletions
.idea/cmake.xml
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
4 <configurations> 4 <configurations>
5 <configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" /> 5 <configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" />
6 <configuration PROFILE_NAME="Maintainer" ENABLED="true" CONFIG_NAME="RelWithDebInfo" GENERATION_OPTIONS="-DMAINTAINER_MODE=ON -DBUILD_STATIC_LIBS=OFF" /> 6 <configuration PROFILE_NAME="Maintainer" ENABLED="true" CONFIG_NAME="RelWithDebInfo" GENERATION_OPTIONS="-DMAINTAINER_MODE=ON -DBUILD_STATIC_LIBS=OFF" />
  7 + <configuration PROFILE_NAME="Windows" ENABLED="true" CONFIG_NAME="RelWithDebInfo" TOOLCHAIN_NAME="Visual Studio" GENERATION_OPTIONS="-DBUILD_SHARED_LIBS=OFF" />
7 </configurations> 8 </configurations>
8 </component> 9 </component>
9 </project> 10 </project>
10 \ No newline at end of file 11 \ No newline at end of file