summaryrefslogtreecommitdiff
path: root/3rdparty/plibsys/platforms/qnx-qcc/platform.cmake
blob: de75bc2432abe1ffd8a25cd15aff011b93430138 (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 socket)

set (PLIBSYS_PLATFORM_DEFINES
        -D_REENTRANT
        -D_POSIX_THREAD_SAFE_FUNCTIONS
)