Skip to content
Snippets Groups Projects
Commit abbe6c26 authored by Erik von Reis's avatar Erik von Reis
Browse files

Add includes to user model make file

parent a2eb19f0
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!409RCG: avx demod parts added
......@@ -232,6 +232,9 @@ my ($makefileDir) = @_;
print OUTM "list(APPEND INC_DIRS \"\${PROJECT_SOURCE_DIR}/../../../models/" . "\L$::skeleton" ."/include\" \"$::rcg_src_dir\/src/include\")\n";
# add in demodulation
print OUTM "list(APPEND INC_DIRS \"$::rcg_src_dir/src/fe/demod\")\n";
if ($::pciNet > 0 && $::virtualiop != 1) {
print OUTM "list(APPEND LDFLAGS \"-L \${API_LIB_PATH} -lsisci \")\n";
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment