summaryrefslogtreecommitdiff
path: root/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
commit847962910f0bff071f3bf07c9abb87764fb6cac3 (patch)
treeddcd429e134c7fd5f72ddc97ced175de8d66fcd0 /cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
downloadlibrw-master.tar.gz
librw-master.zip
Import aap/librw @ masterHEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/aap/librw (master).
Diffstat (limited to 'cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake')
-rw-r--r--cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake b/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
new file mode 100644
index 0000000..5c514ea
--- /dev/null
+++ b/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
@@ -0,0 +1,7 @@
+set(_ASM_COMPILER_WORKS 0)
+
+if(CMAKE_DSM_COMPILER)
+ set(_DSM_COMPILER_WORKS)
+endif()
+
+set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")