aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-15 15:47:11 +0800
committercrupest <crupest@outlook.com>2022-05-15 15:47:11 +0800
commit576b19c2aee9314371f2f905a66eeac9cab800c0 (patch)
tree7fc91bc9bce317b85b2c0cb192314025847d8ff4 /CMakeLists.txt
parent6677597c7751c87cd80192b27dd39fe83ef02351 (diff)
downloadcru-576b19c2aee9314371f2f905a66eeac9cab800c0.tar.gz
cru-576b19c2aee9314371f2f905a66eeac9cab800c0.tar.bz2
cru-576b19c2aee9314371f2f905a66eeac9cab800c0.zip
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1510f8f..776f4638 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,10 @@ set(CMAKE_CXX_EXTENSIONS OFF)
project(cru)
+if (APPLE)
+ include_directories(BEFORE SYSTEM "/usr/local/include")
+endif()
+
add_subdirectory(lib/Catch2)
add_subdirectory(lib/double-conversion)
add_subdirectory(lib/GSL)