summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cmakelibcpp/CMakeLists.txt
blob: 8f172103d743088ff399358083f5737c0391a57f (plain)
1
2
3
4
5
6
7
8

PROJECT(%{APPNAMELC})

#if you don't want the full compiler output, remove the following line

SET(CMAKE_VERBOSE_MAKEFILE ON)

SUBDIRS(src)