blob: b0fc421b816235429ec39299a9123045f12536e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#------------------------------------------------------------------------------
# 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
|