diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-20 22:44:14 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-26 10:02:06 -0400 |
commit | f151a5770597dbe341fc6329a711f40e9195c773 (patch) | |
tree | ca2f50db700d240033ffcf7dbbb8e73d596ddeca /Source/CMakeLists.txt | |
parent | 28a2613dd291c641f17940e3f996bd4cc9b9888d (diff) | |
download | cmake-f151a5770597dbe341fc6329a711f40e9195c773.tar.gz |
cmMakefile: Move enumerations into new header
The enumerations will also be used in cmLocalGenerator.
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 71a7dbd8c6..0c1f3b1e3b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -195,6 +195,7 @@ set(SRCS cmCustomCommandGenerator.h cmCustomCommandLines.cxx cmCustomCommandLines.h + cmCustomCommandTypes.h cmDefinitions.cxx cmDefinitions.h cmDepends.cxx |