CMake/CMakeMaster.make.in

22 lines
828 B
Plaintext
Raw Normal View History

#------------------------------------------------------------------------------
# move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make
CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
2000-08-29 18:56:51 +04:00
#------------------------------------------------------------------------------
# Include all variable settings
2001-05-09 21:22:20 +04:00
include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make
2000-08-29 18:56:51 +04:00
#------------------------------------------------------------------------------
# Include generated rules
2001-05-09 21:22:20 +04:00
include CMakeTargets.make
2000-08-29 18:56:51 +04:00
#------------------------------------------------------------------------------
# Include user-editable defines.
2001-05-09 21:22:20 +04:00
include @CMAKE_CONFIG_DIR@/CMakeLocal.make
2000-08-29 18:56:51 +04:00
#------------------------------------------------------------------------------
# Include General Build Rules
2001-05-09 21:22:20 +04:00
include @CMAKE_CONFIG_DIR@/CMake/CMakeRules.make
2000-08-29 18:56:51 +04:00