From 847962910f0bff071f3bf07c9abb87764fb6cac3 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 13 Jul 2026 12:40:03 +0000 Subject: Import aap/librw @ master Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/aap/librw (master). --- cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake (limited to 'cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake') 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 "") -- cgit v1.2.3