aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/settings.osx.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/settings.osx.cmake')
-rw-r--r--cmake/platform/settings.osx.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/platform/settings.osx.cmake b/cmake/platform/settings.osx.cmake
new file mode 100644
index 00000000000..609c6652b3f
--- /dev/null
+++ b/cmake/platform/settings.osx.cmake
@@ -0,0 +1,3 @@
+set(MACOSX 1)
+set(OSX_LIBS /usr/lib/libcrypto.dylib)
+add_definitions(-D__ASSERTMACROS__)