File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
source_modules/hydrasdr_source Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,20 @@ file(GLOB SRC "src/*.cpp")
66include (${SDRPP_MODULE_CMAKE} )
77
88if (MSVC )
9- target_link_directories (hydrasdr_source PRIVATE "C:/Program Files/hydrasdr_all/" )
9+ target_link_directories (hydrasdr_source PRIVATE "C:/Program Files/hydrasdr_all/bin/ " )
1010
11- target_include_directories (hydrasdr_source PUBLIC "C:/Program Files/hydrasdr_all/include/" )
11+ target_include_directories (hydrasdr_source PUBLIC "C:/Program Files/hydrasdr_all/include/libhydrasdr " )
1212
1313 target_link_libraries (hydrasdr_source PRIVATE hydrasdr )
1414elseif (ANDROID )
15- # TODO
15+ target_include_directories (hydrasdr_source PUBLIC
16+ /sdr-kit/${ANDROID_ABI}/include/libhydrasdr
17+ )
18+
19+ target_link_libraries (hydrasdr_source PUBLIC
20+ /sdr-kit/${ANDROID_ABI}/lib/libusb1.0.so
21+ /sdr-kit/${ANDROID_ABI}/lib/libhydrasdr.so
22+ )
1623else (MSVC )
1724 find_package (PkgConfig )
1825
You can’t perform that action at this time.
0 commit comments