f2c726e647
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 10:10:28 up 3 days 21:16, 2 users, load average: 1.44, 1.06, 0.84
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")
|