diff options
author | Sumit Bhardwaj <bhardwajs@outlook.com> | 2021-12-23 19:53:39 (GMT) |
---|---|---|
committer | Sumit Bhardwaj <bhardwajs@outlook.com> | 2021-12-23 19:53:39 (GMT) |
commit | 938a53f4f15de2cc9075d5c5929de0012060cf43 (patch) | |
tree | 0240c9c2d0da7ca992c1f9399d974a7af7836cb8 /Source/CMakeLists.txt | |
parent | 26ab79082084ef09ba55315e4b846b1d362d6c41 (diff) | |
download | CMake-938a53f4f15de2cc9075d5c5929de0012060cf43.zip CMake-938a53f4f15de2cc9075d5c5929de0012060cf43.tar.gz CMake-938a53f4f15de2cc9075d5c5929de0012060cf43.tar.bz2 |
Refactor VsProjectType to its own header
Move VsProject to its own header so that we can consolidate IsManaged
and IsCSharp.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 677fd2f..a9aec6c 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -766,6 +766,7 @@ if (WIN32) cmGlobalVisualStudio9Generator.h cmVisualStudioGeneratorOptions.h cmVisualStudioGeneratorOptions.cxx + cmVsProjectType.h cmVisualStudio10TargetGenerator.h cmVisualStudio10TargetGenerator.cxx cmLocalVisualStudio10Generator.cxx |