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