diff options
author | crupest <crupest@outlook.com> | 2022-05-15 15:47:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 15:47:11 +0800 |
commit | 576b19c2aee9314371f2f905a66eeac9cab800c0 (patch) | |
tree | 7fc91bc9bce317b85b2c0cb192314025847d8ff4 /CMakeLists.txt | |
parent | 6677597c7751c87cd80192b27dd39fe83ef02351 (diff) | |
download | cru-576b19c2aee9314371f2f905a66eeac9cab800c0.tar.gz cru-576b19c2aee9314371f2f905a66eeac9cab800c0.tar.bz2 cru-576b19c2aee9314371f2f905a66eeac9cab800c0.zip |
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
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) |