CMakeMaster.make.in 828 B

123456789101112131415161718192021
  1. #------------------------------------------------------------------------------
  2. # move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make
  3. CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
  4. #------------------------------------------------------------------------------
  5. # Include all variable settings
  6. include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make
  7. #------------------------------------------------------------------------------
  8. # Include generated rules
  9. include CMakeTargets.make
  10. #------------------------------------------------------------------------------
  11. # Include user-editable defines.
  12. include @CMAKE_CONFIG_DIR@/CMakeLocal.make
  13. #------------------------------------------------------------------------------
  14. # Include General Build Rules
  15. include @CMAKE_CONFIG_DIR@/CMake/CMakeRules.make