diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/.github/cmake | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/.github/cmake')
| -rw-r--r-- | contrib/SDL-3.2.8/.github/cmake/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/SDL-3.2.8/.github/cmake/CMakeLists.txt b/contrib/SDL-3.2.8/.github/cmake/CMakeLists.txt deleted file mode 100644 index 4875701..0000000 --- a/contrib/SDL-3.2.8/.github/cmake/CMakeLists.txt +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.0...3.5) | ||
| 2 | project(ci_utils C CXX) | ||
| 3 | |||
| 4 | set(txt "CC=${CMAKE_C_COMPILER} | ||
| 5 | CXX=${CMAKE_CXX_COMPILER} | ||
| 6 | CFLAGS=${CMAKE_C_FLAGS} | ||
| 7 | CXXFLAGS=${CMAKE_CXX_FLAGS} | ||
| 8 | LDFLAGS=${CMAKE_EXE_LINKER_FLAGS} ${CMAKE_C_STANDARD_LIBRARIES} | ||
| 9 | ") | ||
| 10 | |||
| 11 | message("${txt}") | ||
| 12 | |||
| 13 | set(VAR_PATH "/tmp/env.txt" CACHE PATH "Where to write environment file") | ||
| 14 | message(STATUS "Writing CC/CXX/CFLAGS/CXXFLAGS/LDFLAGS environment to ${VAR_PATH}") | ||
| 15 | |||
| 16 | file(WRITE "${VAR_PATH}" "${txt}") | ||
