try to build osx version

This commit is contained in:
asquelt 2017-04-12 14:38:12 +02:00
parent 5e3c794aec
commit 84b3e086e6

View File

@ -126,3 +126,6 @@ endif()
# --- End of section ---
# TODO : OS X build settings and tasks
if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -fvisibility=default -v")
endif()