Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Modules / Platform / SerenityOS.cmake
1
2 set(SERENITYOS 1)
3
4 set(CMAKE_DL_LIBS "")
5 set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
6 set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
7
8 # Shared libraries with no builtin soname may not be linked safely by
9 # specifying the file path.
10 set(CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME 1)
11
12 include(Platform/UnixPaths)