From 436c6739d0a9765ee6dbb73aeca75dfd065dee9e Mon Sep 17 00:00:00 2001 From: samelian Date: Sat, 22 Jan 2011 16:20:00 +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@1216307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/app_templates/cmakesimple/CMakeLists.txt | 15 --------------- .../app_templates/cmakesimple/cmakesimple-CMakeLists.txt | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 languages/cpp/app_templates/cmakesimple/CMakeLists.txt create mode 100644 languages/cpp/app_templates/cmakesimple/cmakesimple-CMakeLists.txt (limited to 'languages/cpp') diff --git a/languages/cpp/app_templates/cmakesimple/CMakeLists.txt b/languages/cpp/app_templates/cmakesimple/CMakeLists.txt deleted file mode 100644 index c8087165..00000000 --- a/languages/cpp/app_templates/cmakesimple/CMakeLists.txt +++ /dev/null @@ -1,15 +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.cpp) - -#need to link to some other libraries ? just add them here -#TARGET_LINK_LIBRARIES(%{APPNAMELC} png jpeg) - diff --git a/languages/cpp/app_templates/cmakesimple/cmakesimple-CMakeLists.txt b/languages/cpp/app_templates/cmakesimple/cmakesimple-CMakeLists.txt new file mode 100644 index 00000000..c8087165 --- /dev/null +++ b/languages/cpp/app_templates/cmakesimple/cmakesimple-CMakeLists.txt @@ -0,0 +1,15 @@ + +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.cpp) + +#need to link to some other libraries ? just add them here +#TARGET_LINK_LIBRARIES(%{APPNAMELC} png jpeg) + -- cgit v1.2.3