From 5e2135048c5de59f5351380653961b9a1e260d84 Mon Sep 17 00:00:00 2001 From: samelian Date: Sat, 22 Jan 2011 16:43:44 +0000 Subject: [kdevelop] rename CMakeLists.txt to avoid conflicts with cmake build system git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216313 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/app_templates/cmakesimplec/CMakeLists.txt | 14 -------------- .../app_templates/cmakesimplec/cmakesimplec-CMakeLists.txt | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 languages/cpp/app_templates/cmakesimplec/CMakeLists.txt create mode 100644 languages/cpp/app_templates/cmakesimplec/cmakesimplec-CMakeLists.txt (limited to 'languages/cpp/app_templates/cmakesimplec') diff --git a/languages/cpp/app_templates/cmakesimplec/CMakeLists.txt b/languages/cpp/app_templates/cmakesimplec/CMakeLists.txt deleted file mode 100644 index 812fc007..00000000 --- a/languages/cpp/app_templates/cmakesimplec/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -PROJECT(%{APPNAMELC}) - -#if you don't want the full compiler output, remove the following line -SET(CMAKE_VERBOSE_MAKEFILE ON) - -#add definitions, compiler switches, etc. -ADD_DEFINITIONS(-Wall -O2) - -#list all source files here -ADD_EXECUTABLE(%{APPNAMELC} main.c) - -#need to link to some other libraries ? just add them here -#TARGET_LINK_LIBRARIES(%{APPNAMELC} png jpeg) - diff --git a/languages/cpp/app_templates/cmakesimplec/cmakesimplec-CMakeLists.txt b/languages/cpp/app_templates/cmakesimplec/cmakesimplec-CMakeLists.txt new file mode 100644 index 00000000..812fc007 --- /dev/null +++ b/languages/cpp/app_templates/cmakesimplec/cmakesimplec-CMakeLists.txt @@ -0,0 +1,14 @@ +PROJECT(%{APPNAMELC}) + +#if you don't want the full compiler output, remove the following line +SET(CMAKE_VERBOSE_MAKEFILE ON) + +#add definitions, compiler switches, etc. +ADD_DEFINITIONS(-Wall -O2) + +#list all source files here +ADD_EXECUTABLE(%{APPNAMELC} main.c) + +#need to link to some other libraries ? just add them here +#TARGET_LINK_LIBRARIES(%{APPNAMELC} png jpeg) + -- cgit v1.2.1