22 lines
828 B
Plaintext
22 lines
828 B
Plaintext
#------------------------------------------------------------------------------
|
|
# move this from CMakeVariables.make.in so that depends can be done in CMakeTargets.make
|
|
CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include all variable settings
|
|
include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include generated rules
|
|
include CMakeTargets.make
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include user-editable defines.
|
|
include @CMAKE_CONFIG_DIR@/CMakeLocal.make
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include General Build Rules
|
|
include @CMAKE_CONFIG_DIR@/CMake/CMakeRules.make
|
|
|
|
|