summaryrefslogtreecommitdiff
path: root/3rdparty/plibsys/platforms/darwin-clang/platform.cmake
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/plibsys/platforms/darwin-clang/platform.cmake')
-rw-r--r--3rdparty/plibsys/platforms/darwin-clang/platform.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/plibsys/platforms/darwin-clang/platform.cmake b/3rdparty/plibsys/platforms/darwin-clang/platform.cmake
new file mode 100644
index 0000000..38771be
--- /dev/null
+++ b/3rdparty/plibsys/platforms/darwin-clang/platform.cmake
@@ -0,0 +1,9 @@
+set (PLIBSYS_THREAD_MODEL posix)
+set (PLIBSYS_IPC_MODEL posix)
+set (PLIBSYS_TIME_PROFILER_MODEL mach)
+set (PLIBSYS_DIR_MODEL posix)
+set (PLIBSYS_LIBRARYLOADER_MODEL posix)
+
+set (PLIBSYS_PLATFORM_DEFINES
+ -D_REENTRANT
+)