summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cmakelibc/CMakeLists.txt
blob: fad51df54e0c191d5b723db9d10f986962e9a379 (plain)
1
2
3
4
5
6
7
PROJECT(%{APPNAMELC})

#if you don't want the full compiler output, remove the following line
SET(CMAKE_VERBOSE_MAKEFILE ON)

SUBDIRS(src)