summaryrefslogtreecommitdiff
path: root/3rdparty/plibsys/platforms/darwin-icc/platform.cmake
blob: 7b69004775b214b4a78197cbff1045858507cf00 (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 -pthread imf svml irng intlc)

set (PLIBSYS_PLATFORM_DEFINES
        -D_REENTRANT
)