-
-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tin Švagelj <[email protected]>
- Loading branch information
Showing
4 changed files
with
4,440 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.