mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 05:20:50 -05:00
Configure KWIML inside CMake as cmIML
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user