Add QNX as a platform to the cmake build files

This commit is contained in:
Elad Lahav
2023-01-06 08:24:18 -05:00
committed by Ryan C. Gordon
parent 8029a767ee
commit b47eeb8488
2 changed files with 4 additions and 0 deletions

View File

@@ -807,6 +807,8 @@ macro(CheckPTHREAD)
elseif(EMSCRIPTEN)
set(PTHREAD_CFLAGS "-D_REENTRANT -pthread")
set(PTHREAD_LDFLAGS "-pthread")
elseif(QNX)
# pthread support is baked in
else()
set(PTHREAD_CFLAGS "-D_REENTRANT")
set(PTHREAD_LDFLAGS "-lpthread")