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

set (PLIBSYS_PLATFORM_LINK_LIBRARIES -pthread dl)

set (PLIBSYS_PLATFORM_DEFINES
        -D_REENTRANT
)