diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 33718d6..3351eef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,4 +74,14 @@ add_executable(mwcc unsorted/Arguments.c unsorted/Help.c unsorted/Option.c - unsorted/Parameter.c unsorted/TargetOptimizer-ppc-mach.c unsorted/OptimizerHelpers.c compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/TargetWarningHelpers-ppc-cc.c) + unsorted/Parameter.c + unsorted/TargetOptimizer-ppc-mach.c + unsorted/OptimizerHelpers.c + compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/TargetWarningHelpers-ppc-cc.c + compiler_and_linker/unsorted/CCompiler.c + unsorted/CmdLineBuildDate.c + compiler_and_linker/FrontEnd/C/CScope.c + compiler_and_linker/unsorted/CPrec.c + compiler_and_linker/unsorted/CError.c + compiler_and_linker/unsorted/CInt64.c + compiler_and_linker/unsorted/CMachine.c compiler_and_linker/FrontEnd/C/CPrepTokenizer.c compiler_and_linker/FrontEnd/C/CPrep.c) |