diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f9b786..e69d3f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,3 +126,6 @@ endif() # --- End of section --- # TODO : OS X build settings and tasks +if (APPLE) + set_xcode_property(obs-browser CLANG_CXX_LIBRARY "libc++") +endif(APPLEE)