mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
7
vendor/librw/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
vendored
Normal file
7
vendor/librw/cmake/ps2/cmaketoolchain/CMakeTestDSMCompiler.cmake
vendored
Normal file
|
|
@ -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 "")
|
||||
Loading…
Add table
Add a link
Reference in a new issue