diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-30 17:35:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-30 17:35:41 (GMT) |
commit | 077c31484e216a72c73370c05fcf970ce5269085 (patch) | |
tree | 214109143e01d98fd406264be9f80a5bffdaff17 /CMakeVariables.make.in | |
parent | 1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88 (diff) | |
download | CMake-077c31484e216a72c73370c05fcf970ce5269085.zip CMake-077c31484e216a72c73370c05fcf970ce5269085.tar.gz CMake-077c31484e216a72c73370c05fcf970ce5269085.tar.bz2 |
ENH: move from tools and create working CMake program
Diffstat (limited to 'CMakeVariables.make.in')
-rw-r--r-- | CMakeVariables.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index 61a8363..1b47d00 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -105,5 +105,5 @@ CC_FLAGS = ${CPPFLAGS} ${LOCAL_CFLAGS} ${CFLAGS} # set up the path to the rulesgen program CMAKE = @CMAKE_OBJ_DIR@/CMake/Source/CMakeBuildTargets - +KIT_OBJ = ${SRC_OBJ} BUILD_LIB_FILE = lib${ME}${ITK_LIB_EXT} |