cmake/Modules/Platform/SCO_SV.cmake

4 lines
96 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
set(CMAKE_DL_LIBS "")
2016-10-30 18:24:19 +01:00
set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h,")
2013-03-16 19:13:01 +02:00
include(Platform/UnixPaths)