mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): add vendored SDL 3.0.0 library
This commit is contained in:
parent
934e0fb600
commit
cf257c771f
1698 changed files with 630612 additions and 0 deletions
14
vendor/sdl-3.0.0/build-scripts/cmake-toolchain-qnx-aarch64le.cmake
vendored
Normal file
14
vendor/sdl-3.0.0/build-scripts/cmake-toolchain-qnx-aarch64le.cmake
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
set(CMAKE_SYSTEM_NAME QNX)
|
||||
|
||||
set(arch gcc_ntoaarch64le)
|
||||
|
||||
set(CMAKE_C_COMPILER qcc)
|
||||
set(CMAKE_C_COMPILER_TARGET ${arch})
|
||||
set(CMAKE_CXX_COMPILER q++)
|
||||
set(CMAKE_CXX_COMPILER_TARGET ${arch})
|
||||
|
||||
set(CMAKE_SYSROOT $ENV{QNX_TARGET})
|
||||
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
||||
Loading…
Add table
Add a link
Reference in a new issue