Skip to content

Commit

Permalink
Add nl80211 header
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Švagelj <[email protected]>
  • Loading branch information
Caellian committed May 1, 2024
1 parent c08970a commit bffecae
Show file tree
Hide file tree
Showing 4 changed files with 4,440 additions and 6 deletions.
13 changes: 13 additions & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if(BUILD_WLAN AND OS_LINUX)
set(linux_net_libs_INCLUDE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/linux")

# Sourced from linux kernel
# SHA: 97bf6af1f928216fd6c5a66e8a57bfa95a659672
# https://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git/tree/

set(conky_includes ${conky_includes} ${linux_net_libs_INCLUDE_PATH})
endif(BUILD_WLAN AND OS_LINUX)

# Reexport includes and libs
set(conky_includes ${conky_includes} PARENT_SCOPE)
set(conky_libs ${conky_libs} PARENT_SCOPE)
Loading

0 comments on commit bffecae

Please sign in to comment.