mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
7 lines
158 B
CMake
7 lines
158 B
CMake
set(_ASM_COMPILER_WORKS 0)
|
|
|
|
if(CMAKE_DSM_COMPILER)
|
|
set(_DSM_COMPILER_WORKS)
|
|
endif()
|
|
|
|
set(CMAKE_DSM_COMPILER_WORKS ${_DSM_COMPILER_WORKS} CACHE INTERNAL "")
|