diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-01-06 19:44:09 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-01-06 19:44:09 +0000 |
commit | bc04413334c6bb810f4989c455faf8945fce99f7 (patch) | |
tree | 01a9578122ec2aca9ce0efd49de734a9ace0f1ad /kde3/CMakeLists.txt | |
download | extra-cmake-modules-bc04413334c6bb810f4989c455faf8945fce99f7.tar.gz extra-cmake-modules-bc04413334c6bb810f4989c455faf8945fce99f7.tar.bz2 |
-support files for cmake for building KDE 3 applications, libraries, ioslaves, KParts, KLMs etc.
documentation will follow later on
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=495009
Diffstat (limited to 'kde3/CMakeLists.txt')
-rw-r--r-- | kde3/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kde3/CMakeLists.txt b/kde3/CMakeLists.txt new file mode 100644 index 00000000..a7fa49a9 --- /dev/null +++ b/kde3/CMakeLists.txt @@ -0,0 +1,3 @@ +SET(CMAKE_INSTALL_PREFIX ${CMAKE_ROOT} ) +INSTALL_FILES(/Modules FILES FindKDE3.cmake KDE3Macros.cmake kde3init_dummy.cpp.in kde3uic.cmake ) + |