From f2586846661fd2ef1a999765108298ca41b57256 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 14 Jan 2006 20:15:30 +0000 Subject: -simple cmake modules for detecting libart, OpenSSL, FAM, jasper and PCRE -major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498154 --- modules/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/README (limited to 'modules/README') diff --git a/modules/README b/modules/README new file mode 100644 index 00000000..3dc1eb80 --- /dev/null +++ b/modules/README @@ -0,0 +1,5 @@ +these are modules for detecting software packages needed by KDE, but not yet +part of cmake + +Alex + -- cgit v1.2.1 From 92b2d3880bc24d8675eac69992cd10d4ec10080a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 22 Jan 2006 19:09:20 +0000 Subject: make install now installs all cmake files into the cmake module directory Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501385 --- modules/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/README') diff --git a/modules/README b/modules/README index 3dc1eb80..e13ffafd 100644 --- a/modules/README +++ b/modules/README @@ -1,5 +1,8 @@ -these are modules for detecting software packages needed by KDE, but not yet -part of cmake +these are additional cmake modules required for compiling KDE3 or KDE4 +applications with cmake. Some of them are enhanced versions of the files +coming with cmake, some of them are not yet part of cmake. +To use them, copy them into the cmake Module directory or +run "cmake ." followed by "make install" Alex -- cgit v1.2.1 From eaad615ee85800bedbf2088326399027c95d0740 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 15 Feb 2006 10:49:53 +0000 Subject: Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of course... svn path=/trunk/KDE/kdelibs/; revision=509625 --- modules/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/README') diff --git a/modules/README b/modules/README index e13ffafd..14fab742 100644 --- a/modules/README +++ b/modules/README @@ -1,6 +1,6 @@ these are additional cmake modules required for compiling KDE3 or KDE4 applications with cmake. Some of them are enhanced versions of the files -coming with cmake, some of them are not yet part of cmake. +coming with cmake, some of them are NOT yet part of cmake. To use them, copy them into the cmake Module directory or run "cmake ." followed by "make install" -- cgit v1.2.1 From 6fbc2e42f2f54f1e88b29e3498861080afec8473 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 29 May 2009 15:57:25 +0000 Subject: added commit policy links svn path=/trunk/KDE/kdelibs/; revision=974525 --- modules/README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/README') diff --git a/modules/README b/modules/README index 14fab742..d487a0b2 100644 --- a/modules/README +++ b/modules/README @@ -4,5 +4,16 @@ coming with cmake, some of them are NOT yet part of cmake. To use them, copy them into the cmake Module directory or run "cmake ." followed by "make install" +Changes to any files should follow the + +cmake commit policy + + at http://techbase.kde.org/Policies/CMake_Commit_Policy + +and the cmake coding style + + at http://techbase.kde.org/Policies/CMake_Coding_Style + + Alex -- cgit v1.2.1