summaryrefslogtreecommitdiff
path: root/3rdparty/plibsys/platforms/linux-gcc/platform.cmake
blob: f2067c493d00dd7a85a83183b0597f95e795f887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 -pthread rt dl)

set (PLIBSYS_PLATFORM_DEFINES
        -D_REENTRANT
        -D_GNU_SOURCE
)