diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac3833..10e3ddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required (VERSION 3.28.3) | 1 | cmake_minimum_required (VERSION 3.18.4) |
2 | project (gen4uploader) | 2 | project (gen4uploader) |
3 | 3 | ||
4 | add_subdirectory(vendor/libwifi) | 4 | add_subdirectory(vendor/libwifi) |
@@ -16,4 +16,4 @@ include_directories( | |||
16 | ) | 16 | ) |
17 | 17 | ||
18 | add_executable(gen4uploader ${SOURCE_FILES}) | 18 | add_executable(gen4uploader ${SOURCE_FILES}) |
19 | target_link_libraries(gen4uploader wifi pcap) | 19 | target_link_libraries(gen4uploader wifi pcap pthread) |