mirror of
https://github.com/reactos/CMake.git
synced 2025-02-21 12:20:48 +00:00
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
|
|
|
|
|