summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake')
-rw-r--r--contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake b/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake
deleted file mode 100644
index 29f795a..0000000
--- a/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-qnx-x86_64.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
1set(CMAKE_SYSTEM_NAME QNX)
2
3set(arch gcc_ntox86_64)
4
5set(CMAKE_C_COMPILER qcc)
6set(CMAKE_C_COMPILER_TARGET ${arch})
7set(CMAKE_CXX_COMPILER q++)
8set(CMAKE_CXX_COMPILER_TARGET ${arch})
9
10set(CMAKE_SYSROOT $ENV{QNX_TARGET})
11
12set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
13set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
14set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)