diff options
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeVisualStudio6Configurations.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Templates/CMakeVisualStudio6Configurations.cmake b/Templates/CMakeVisualStudio6Configurations.cmake new file mode 100644 index 0000000..a9db2ee --- /dev/null +++ b/Templates/CMakeVisualStudio6Configurations.cmake @@ -0,0 +1,3 @@ +# When the dll templates are changed, this list should be +# updated with the list of possible configurations. +SET(CMAKE_CONFIGURATION_TYPES Debug Release MinSizeRel RelWithDebInfo) |