10 lines
262 B
CMake
10 lines
262 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
if(${ARCH} MATCHES "native")
|
|
find_dependency(SDL2 REQUIRED)
|
|
endif()
|
|
|
|
# Include the targets file
|
|
include("${CMAKE_CURRENT_LIST_DIR}/../interfaceTargets.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/amTargets.cmake")
|