From d2b2c90a06bf1f4a21df196430d1f95856900410 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 30 Jun 2011 17:36:45 -0400 Subject: Move the modules, modules-test and systeminfo subdirs into 'attic' --- attic/modules-tests/LCMS/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 attic/modules-tests/LCMS/CMakeLists.txt (limited to 'attic/modules-tests/LCMS') diff --git a/attic/modules-tests/LCMS/CMakeLists.txt b/attic/modules-tests/LCMS/CMakeLists.txt new file mode 100644 index 00000000..43a90425 --- /dev/null +++ b/attic/modules-tests/LCMS/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(LCMS LCMS INCLUDE_DIR LIBRARIES VERSION) -- cgit v1.2.1