You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
720 B
17 lines
720 B
#------------------------------------------------------------------------------
|
|
# Include generated rules
|
|
@MAKEINCLUDE@ @MAKEQUOTE@CMakeTargets.make@MAKEQUOTE@
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include all variable settings
|
|
@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include user-editable defines.
|
|
@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMakeLocal.make@MAKEQUOTE@
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Include General Build Rules
|
|
@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMake/CMakeRules.make@MAKEQUOTE@
|
|
|
|
|