Skip to content
Snippets Groups Projects
Commit 9e920c1d authored by burneykb's avatar burneykb
Browse files

Correcting static library linking and symbol resolution fixes

parent 8a16e58b
No related branches found
No related tags found
No related merge requests found
TOP=../..
NAME = virt_quad
REQLIBS = -lquad_app -lcomputation_graph -lm -lcommands -lgraph_blocks
REQLIBS = -Wl,--whole-archive -lquad_app -Wl,--no-whole-archive -lcommands -lgraph_blocks -lcomputation_graph -lm
include $(TOP)/executable.mk
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