diff options
author | Marc <marc@malloc.me> | 2022-08-20 16:10:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 16:10:00 +0100 |
commit | 3be534eb2b75f4c3376bf61014c7a06d719cb9e3 (patch) | |
tree | bb15b431693890c51adb13784ad8b73c8c76bfde /test/CMakeLists.txt | |
parent | ec21e1ee1c2c475730b4b22a9f603e4b0ae7fb84 (diff) | |
download | libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.tar.gz libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.tar.bz2 libwifi-3be534eb2b75f4c3376bf61014c7a06d719cb9e3.zip |
Add macOS support (#8)
Add macOS build support
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 64f8f36..19729df 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt | |||
@@ -9,6 +9,9 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ggdb -O0") | |||
9 | 9 | ||
10 | link_directories("../build/") | 10 | link_directories("../build/") |
11 | 11 | ||
12 | link_directories(AFTER "/usr/local/lib") | ||
13 | include_directories(AFTER "/usr/local/include") | ||
14 | |||
12 | add_executable(action_tests src/action_tests.c) | 15 | add_executable(action_tests src/action_tests.c) |
13 | target_link_libraries(action_tests wifi) | 16 | target_link_libraries(action_tests wifi) |
14 | add_executable(assoc_req_tests src/assoc_req_tests.c) | 17 | add_executable(assoc_req_tests src/assoc_req_tests.c) |