about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
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 @@
1cmake_minimum_required (VERSION 3.28.3) 1cmake_minimum_required (VERSION 3.18.4)
2project (gen4uploader) 2project (gen4uploader)
3 3
4add_subdirectory(vendor/libwifi) 4add_subdirectory(vendor/libwifi)
@@ -16,4 +16,4 @@ include_directories(
16) 16)
17 17
18add_executable(gen4uploader ${SOURCE_FILES}) 18add_executable(gen4uploader ${SOURCE_FILES})
19target_link_libraries(gen4uploader wifi pcap) 19target_link_libraries(gen4uploader wifi pcap pthread)