diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-12-03 21:39:22 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-12-03 21:39:22 +0000 |
commit | c319cfd6fd332da0de068103e81f38abdf9fd3fc (patch) | |
tree | 7f881ebe1dbdad903920a3628143f29435fe1976 | |
parent | 3b68688a4a9b55b52a218550a6581693fce8d5a3 (diff) | |
download | extra-cmake-modules-c319cfd6fd332da0de068103e81f38abdf9fd3fc.tar.gz extra-cmake-modules-c319cfd6fd332da0de068103e81f38abdf9fd3fc.tar.bz2 |
NepomukAddOntologies.cmake is now in cmake/modules/ like all the other files
Alex
svn path=/trunk/KDE/kdelibs/; revision=1058060
-rw-r--r-- | modules/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index d0fda0f6..8650e807 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -136,6 +136,7 @@ set(cmakeFiles CheckCXXSourceCompiles.cmake MacroPushRequiredVars.cmake MacroWriteBasicCMakeVersionFile.cmake NepomukMacros.cmake + NepomukAddOntologies.cmake PythonMacros.cmake SIPMacros.cmake Win32Macros.cmake |