Skip to content
Snippets Groups Projects
Commit fb625d39 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

update for mac

parent ccbd5f6c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-DUNIT_TESTS)
endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
if (APPLE)
link_directories("/usr/local/lib")
endif()
option(BUILD_TESTS "Uses googletest to build tests" OFF)
option(BUILD_INTEGRATION_TESTS "Include integration tests (CMAKE >3.7 is needed)" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment