mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
13 lines
312 B
CMake
13 lines
312 B
CMake
|
|
||
|
set(SERENITYOS 1)
|
||
|
|
||
|
set(CMAKE_DL_LIBS "")
|
||
|
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
|
||
|
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
|
||
|
|
||
|
# Shared libraries with no builtin soname may not be linked safely by
|
||
|
# specifying the file path.
|
||
|
set(CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME 1)
|
||
|
|
||
|
include(Platform/UnixPaths)
|