diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-27 19:01:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-27 19:01:19 (GMT) |
commit | 74c1345333b456eb34480c987bc186ef2af3c536 (patch) | |
tree | 0c0751e4bfef94831377d7f5e20202b27cd06de9 /CMakeMaster.make.in | |
parent | 1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (diff) | |
download | CMake-74c1345333b456eb34480c987bc186ef2af3c536.zip CMake-74c1345333b456eb34480c987bc186ef2af3c536.tar.gz CMake-74c1345333b456eb34480c987bc186ef2af3c536.tar.bz2 |
ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and replaced with CMake
Diffstat (limited to 'CMakeMaster.make.in')
-rw-r--r-- | CMakeMaster.make.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeMaster.make.in b/CMakeMaster.make.in index 8d477c9..404b73a 100644 --- a/CMakeMaster.make.in +++ b/CMakeMaster.make.in @@ -1,4 +1,8 @@ #------------------------------------------------------------------------------ +# move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make +CMAKE_LIB_EXT = @CMAKE_LIB_EXT@ + +#------------------------------------------------------------------------------ # Include generated rules @MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@ |