diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a950ce7..09eb54e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,8 @@ set(SRCS member.cxx admin.cxx ) -if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +if (CMAKE_SYSTEM_NAME MATCHES "Darwin" + OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD") include_directories(/usr/local/include) link_directories(/usr/local/lib) endif() |