diff options
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 4d2bfc7..01f786a 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -52,12 +52,15 @@ SET(SRCS cmGlobalGenerator.h cmGlobalUnixMakefileGenerator.cxx cmGlobalUnixMakefileGenerator.h + cmGlobalUnixMakefileGenerator3.cxx + cmGlobalUnixMakefileGenerator3.h cmListFileCache.cxx cmListFileCache.h cmListFileLexer.c cmLocalGenerator.cxx cmLocalGenerator.h cmLocalUnixMakefileGenerator2.cxx + cmLocalUnixMakefileGenerator3.cxx cmMakeDepend.cxx cmMakeDepend.h cmMakefile.cxx |