How to make a (pre-built) static library's contents accessible to a test? #953
|
I'm trying to get Ceedling (0.3x) to compile a test file, such that it links in a pre-built static library (.a file). I can add a path to the folder containing the pre-built static library, e.g: ...and the executed command reflects this, e.g: However the command that needs to execute is one including the library file itself, e.g: Is there a way to configure Ceedling to yield a command including specific libraries, i.e. -lmyLib.a? |
Answered by
mvandervoord
Nov 9, 2024
Replies: 2 comments
|
You want to specify the path in paths and the library itself in the libraries section: |
0 replies
Answer selected by
krispin-gradient
|
Ah - thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to specify the path in paths and the library itself in the libraries section: