Skip to content

Commit

Permalink
save wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus committed Jan 10, 2024
1 parent b40bb7e commit 982c2d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/rx888Config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include(FindPkgConfig)
pkg_check_modules(LIBUSB libusb-1.0 IMPORTED_TARGET)

get_filename_component(RX888_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)

if(NOT TARGET rx888::rx888)
include("${RTLSDR_CMAKE_DIR}/rx888Targets.cmake")
endif()

0 comments on commit 982c2d9

Please sign in to comment.