forked from gnss-sdr/gnss-sdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now drivers have their own repo at https://github.com/gnss-sdr/gr-gn3s and https://github.com/gnss-sdr/gr-dbfcttc
- Loading branch information
1 parent
d490191
commit 81093e3
Showing
187 changed files
with
99 additions
and
61,814 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
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,33 @@ | ||
######################################################################## | ||
# Find GR-DBFCTTC Module | ||
######################################################################## | ||
|
||
INCLUDE(FindPkgConfig) | ||
PKG_CHECK_MODULES(PC_GR_DBFCTTC gr-dbfcttc) | ||
|
||
FIND_PATH( | ||
GR_DBFCTTC_INCLUDE_DIRS | ||
NAMES dbfcttc/api.h | ||
HINTS $ENV{GR_DBFCTTC_DIR}/include | ||
${PC_GR_DBFCTTC_INCLUDEDIR} | ||
PATHS ${CMAKE_INSTALL_PREFIX}/include | ||
/usr/include | ||
/usr/local/include | ||
) | ||
|
||
FIND_LIBRARY( | ||
GR_DBFCTTC_LIBRARIES | ||
NAMES gnuradio-dbfcttc | ||
HINTS $ENV{GR_DBFCTTC_DIR}/lib | ||
${PC_GR_DBFCTTC_LIBDIR} | ||
PATHS ${CMAKE_INSTALL_PREFIX}/lib | ||
${CMAKE_INSTALL_PREFIX}/lib64 | ||
/usr/lib | ||
/usr/lib64 | ||
/usr/local/lib | ||
/usr/local/lib64 | ||
) | ||
|
||
INCLUDE(FindPackageHandleStandardArgs) | ||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GR_DBFCTTC DEFAULT_MSG GR_DBFCTTC_LIBRARIES GR_DBFCTTC_INCLUDE_DIRS) | ||
MARK_AS_ADVANCED(GR_DBFCTTC_LIBRARIES GR_DBFCTTC_INCLUDE_DIRS) |
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,33 @@ | ||
######################################################################## | ||
# Find GR-GN3S Module | ||
######################################################################## | ||
|
||
INCLUDE(FindPkgConfig) | ||
PKG_CHECK_MODULES(PC_GR_GN3S gr-gn3s) | ||
|
||
FIND_PATH( | ||
GR_GN3S_INCLUDE_DIRS | ||
NAMES gn3s/gn3s_api.h | ||
HINTS $ENV{GR_GN3S_DIR}/include | ||
${PC_GR_GN3S_INCLUDEDIR} | ||
PATHS ${CMAKE_INSTALL_PREFIX}/include | ||
/usr/local/include | ||
/usr/include | ||
) | ||
|
||
FIND_LIBRARY( | ||
GR_GN3S_LIBRARIES | ||
NAMES gr-gn3s | ||
HINTS $ENV{GR_GN3S_DIR}/lib | ||
${PC_GR_GN3S_LIBDIR} | ||
PATHS ${CMAKE_INSTALL_PREFIX}/lib | ||
${CMAKE_INSTALL_PREFIX}/lib64 | ||
/usr/local/lib | ||
/usr/local/lib64 | ||
/usr/lib | ||
/usr/lib64 | ||
) | ||
|
||
INCLUDE(FindPackageHandleStandardArgs) | ||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GR_GN3S DEFAULT_MSG GR_GN3S_LIBRARIES GR_GN3S_INCLUDE_DIRS) | ||
MARK_AS_ADVANCED(GR_GN3S_LIBRARIES GR_GN3S_INCLUDE_DIRS) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.