Skip to content

Commit

Permalink
Adding note module names.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored May 1, 2024
1 parent 35f454e commit 0d1a291
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ set(SOURCE_FILES

# Uncomment and add any modules that this component depends on, else
# they might not be available when cmake tries to build this component.

#
# Module names are derived from the path from the nearest project/library/framework
# root when not specifically overridden by the developer. i.e. The module defined by
# `Ref/SignalGen/CMakeLists.txt` will be named `Ref_SignalGen`. `Ref/SignalGen`
# is an acceptable alternative and will be internally converted to `Ref_SignalGen`.
#
# set(MOD_DEPS
# MyOtherModule
# MyPackage_MyOtherModule
# )

register_fprime_module()

0 comments on commit 0d1a291

Please sign in to comment.