diff options
Diffstat (limited to 'languages/cpp/app_templates/cmakelibc/CMakeLists.txt')
-rw-r--r-- | languages/cpp/app_templates/cmakelibc/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/cmakelibc/CMakeLists.txt b/languages/cpp/app_templates/cmakelibc/CMakeLists.txt new file mode 100644 index 00000000..fad51df5 --- /dev/null +++ b/languages/cpp/app_templates/cmakelibc/CMakeLists.txt @@ -0,0 +1,7 @@ +PROJECT(%{APPNAMELC}) + +#if you don't want the full compiler output, remove the following line +SET(CMAKE_VERBOSE_MAKEFILE ON) + +SUBDIRS(src) + |