summaryrefslogtreecommitdiff
path: root/3rdparty/plibsys/platforms/linux-xlc/platform.cmake
blob: c1b573f415cb253d5d61737278d66a142b0378ba (plain)
1
2
3
4
5
6
7
8
9
10
11
set (PLIBSYS_THREAD_MODEL posix)
set (PLIBSYS_IPC_MODEL posix)
set (PLIBSYS_TIME_PROFILER_MODEL posix)
set (PLIBSYS_DIR_MODEL posix)
set (PLIBSYS_LIBRARYLOADER_MODEL posix)

set (PLIBSYS_PLATFORM_LINK_LIBRARIES rt dl)

set (PLIBSYS_PLATFORM_DEFINES
        -D_GNU_SOURCE
)