mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-07 03:16:37 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
9acb6951bd
commit
be7f1d87cd
@ -4,8 +4,8 @@ project(ApFreeWiFidog C)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
|
||||
|
||||
option(APFREE_WIFIDOG_DEBUG "Build debug" ON)
|
||||
option(APFREE_WIFIDOG_WEBSSH "Build with web ssh support" OFF)
|
||||
option(AW_DEBUG "Build debug" ON)
|
||||
option(AW_WEBSSH "Build with web ssh support" OFF)
|
||||
|
||||
find_package(LibEvent)
|
||||
if(NOT LibEvent_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user