cmake: add Unleashed.cmake
[unleashed-userland.git] / components / developer / cmake / files / Unleashed.cmake
blobe69fff8c5da3ef4922266b45450d62a27f11ca36
1 include(Platform/UnixPaths)
3 # The Sun linker needs to find transitive shared library dependencies
4 # in the -L path.
5 set(CMAKE_LINK_DEPENDENT_LIBRARY_DIRS 1)
7 # Shared libraries with no builtin soname may not be linked safely by
8 # specifying the file path.
9 set(CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME 1)