How does one include additional headers in an F' unit test? #1323
Answered
by
LeStarch
JackNWhite
asked this question in
Q&A
-
|
Note: Please note that the full answer is in the comments for the marked post I have inspected the CMake functions, but I confess CMake is completely baffling to me. I am able to add include paths to my main build with: target_include_directories(${MODULE_NAME}
...
)But I cannot work out the target name for the unit tests. I tried adding What is the correct procedure? |
Beta Was this translation helpful? Give feedback.
Answered by
LeStarch
Mar 15, 2022
Replies: 1 comment 6 replies
-
|
@JackNWhite I think you need to try |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
JackNWhite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JackNWhite I think you need to try
_ut_exee.g.