Skip to content

fprime-util generate missing AC.hpp files : Svc/FileDownlink.hpp #2495

Answered by LeStarch
nikkikaragi asked this question in Q&A
Discussion options

You must be logged in to vote

If you need a dependency on another component, then you have to add it as a dependency in CMakeLists.txt:

MyProject/Scheduler/CMakeLists.txt:

...
set(MOD_DEPS
    ...
    Svc/FileDownlink
)
...
register_fprime_module()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikkikaragi
Comment options

Answer selected by nikkikaragi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants