From 2272394b6ef05df4c4e8996b09aba0d411f249fc Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 2 Dec 2008 21:36:37 +0000 Subject: -add simple tests for more Find-modules -add support -DMODULE= to test only one module (both with and without pkgconfig) Alex svn path=/trunk/KDE/kdelibs/; revision=891797 --- modules-tests/GObject/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules-tests/GObject/CMakeLists.txt (limited to 'modules-tests/GObject') diff --git a/modules-tests/GObject/CMakeLists.txt b/modules-tests/GObject/CMakeLists.txt new file mode 100644 index 00000000..971a20be --- /dev/null +++ b/modules-tests/GObject/CMakeLists.txt @@ -0,0 +1,5 @@ +include("${CMAKE_CURRENT_SOURCE_DIR}/../TestFindPackage.cmake") + +set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../modules" ) + +test_find_package(GObject GOBJECT INCLUDE_DIR LIBRARIES DEFINITIONS) -- cgit v1.2.1