2021-06-04 06:51:34 +00:00
# Generated by CMake
2023-02-17 15:21:47 +00:00
if ( "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8 )
message ( FATAL_ERROR "CMake >= 2.8.0 required" )
endif ( )
if ( CMAKE_VERSION VERSION_LESS "2.8.3" )
message ( FATAL_ERROR "CMake >= 2.8.3 required" )
2021-06-04 06:51:34 +00:00
endif ( )
cmake_policy ( PUSH )
2023-02-17 15:21:47 +00:00
cmake_policy ( VERSION 2.8.3...3.23 )
2021-06-04 06:51:34 +00:00
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set ( CMAKE_IMPORT_FILE_VERSION 1 )
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
2023-02-17 15:21:47 +00:00
set ( _cmake_targets_defined "" )
set ( _cmake_targets_not_defined "" )
set ( _cmake_expected_targets "" )
foreach ( _cmake_expected_target IN ITEMS SDL2::SDL2main )
list ( APPEND _cmake_expected_targets "${_cmake_expected_target}" )
if ( TARGET "${_cmake_expected_target}" )
list ( APPEND _cmake_targets_defined "${_cmake_expected_target}" )
else ( )
list ( APPEND _cmake_targets_not_defined "${_cmake_expected_target}" )
2021-06-04 06:51:34 +00:00
endif ( )
endforeach ( )
2023-02-17 15:21:47 +00:00
unset ( _cmake_expected_target )
if ( _cmake_targets_defined STREQUAL _cmake_expected_targets )
unset ( _cmake_targets_defined )
unset ( _cmake_targets_not_defined )
unset ( _cmake_expected_targets )
unset ( CMAKE_IMPORT_FILE_VERSION )
2021-06-04 06:51:34 +00:00
cmake_policy ( POP )
return ( )
endif ( )
2023-02-17 15:21:47 +00:00
if ( NOT _cmake_targets_defined STREQUAL "" )
string ( REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}" )
string ( REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}" )
message ( FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n" )
2021-06-04 06:51:34 +00:00
endif ( )
2023-02-17 15:21:47 +00:00
unset ( _cmake_targets_defined )
unset ( _cmake_targets_not_defined )
unset ( _cmake_expected_targets )
2021-06-04 06:51:34 +00:00
# Compute the installation prefix relative to this file.
get_filename_component ( _IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH )
get_filename_component ( _IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH )
get_filename_component ( _IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH )
get_filename_component ( _IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH )
if ( _IMPORT_PREFIX STREQUAL "/" )
set ( _IMPORT_PREFIX "" )
endif ( )
# Create imported target SDL2::SDL2main
add_library ( SDL2::SDL2main STATIC IMPORTED )
set_target_properties ( SDL2::SDL2main PROPERTIES
I N T E R F A C E _ I N C L U D E _ D I R E C T O R I E S " $ { _ I M P O R T _ P R E F I X } / i n c l u d e ; $ { _ I M P O R T _ P R E F I X } / i n c l u d e / S D L 2 "
)
# Load information for each installed configuration.
2023-02-17 15:21:47 +00:00
file ( GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/SDL2mainTargets-*.cmake" )
foreach ( _cmake_config_file IN LISTS _cmake_config_files )
include ( "${_cmake_config_file}" )
2021-06-04 06:51:34 +00:00
endforeach ( )
2023-02-17 15:21:47 +00:00
unset ( _cmake_config_file )
unset ( _cmake_config_files )
2021-06-04 06:51:34 +00:00
# Cleanup temporary variables.
set ( _IMPORT_PREFIX )
# Loop over all imported files and verify that they actually exist
2023-02-17 15:21:47 +00:00
foreach ( _cmake_target IN LISTS _cmake_import_check_targets )
foreach ( _cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}" )
if ( NOT EXISTS "${_cmake_file}" )
message ( FATAL_ERROR "The imported target \" ${ _cmake_target } \" references the file
\ " $ { _ c m a k e _ f i l e } \ "
2021-06-04 06:51:34 +00:00
b u t t h i s f i l e d o e s n o t e x i s t . P o s s i b l e r e a s o n s i n c l u d e :
* T h e f i l e w a s d e l e t e d , r e n a m e d , o r m o v e d t o a n o t h e r l o c a t i o n .
* A n i n s t a l l o r u n i n s t a l l p r o c e d u r e d i d n o t c o m p l e t e s u c c e s s f u l l y .
* T h e i n s t a l l a t i o n p a c k a g e w a s f a u l t y a n d c o n t a i n e d
\ " $ { C M A K E _ C U R R E N T _ L I S T _ F I L E } \ "
b u t n o t a l l t h e f i l e s i t r e f e r e n c e s .
" )
endif ( )
endforeach ( )
2023-02-17 15:21:47 +00:00
unset ( _cmake_file )
unset ( "_cmake_import_check_files_for_${_cmake_target}" )
2021-06-04 06:51:34 +00:00
endforeach ( )
2023-02-17 15:21:47 +00:00
unset ( _cmake_target )
unset ( _cmake_import_check_targets )
2021-06-04 06:51:34 +00:00
# This file does not depend on other imported targets which have
# been exported from the same project but in a separate export set.
# Commands beyond this point should not need to know the version.
set ( CMAKE_IMPORT_FILE_VERSION )
cmake_policy ( POP )