From ea2ead5dd6634cdc05757af0730216b3d7e03232 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 16 Feb 2006 21:50:11 +0000 Subject: -replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a good name for the variable) -add install rules for the cmake files in kdelibs/cmake/modules/ -remove debug output and fix typo in FindOpenEXR.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=510319 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..38a9971a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ + +add_subdirectory(modules) + -- cgit v1.2.1