From 93cebcaf23118425c1ac51fcd07073c376be4e34 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 27 Jun 2011 14:15:37 -0400 Subject: [PATCH] Configure KWIML inside CMake as cmIML --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93822ef0e..09fd7d95d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,6 +213,12 @@ ENDMACRO(CMAKE_SET_TARGET_FOLDER) # Simply to improve readability of the main script. #----------------------------------------------------------------------- MACRO (CMAKE_BUILD_UTILITIES) + #--------------------------------------------------------------------- + # Create the KWIML library for CMake. + SET(KWIML cmIML) + SET(KWIML_HEADER_ROOT ${CMake_BINARY_DIR}/Utilities) + ADD_SUBDIRECTORY(Utilities/KWIML) + #--------------------------------------------------------------------- # Create the kwsys library for CMake. SET(KWSYS_NAMESPACE cmsys)