Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
uncommented
  • Loading branch information
rithvikrajraapeti authored Nov 26, 2024
1 parent 6bfd6aa commit 7f1f54f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#
# SOURCE_FILES: combined list of source and autocoding files
# MOD_DEPS: (optional) module dependencies
# UT_SOURCE_FILES: list of source files for unit tests
#UT_SOURCE_FILES: list of source files for unit tests
#
# More information in the F´ CMake API documentation:
# https://nasa.github.io/fprime/UsersGuide/api/cmake/API.html
#More information in the F´ CMake API documentation:
#https://nasa.github.io/fprime/UsersGuide/api/cmake/API.html
#
####

Expand All @@ -24,7 +24,7 @@ set(SOURCE_FILES
# is an acceptable alternative and will be internally converted to `Ref_SignalGen`.
#
# set(MOD_DEPS
# MyPackage_MyOtherModule
# )
MyPackage_MyOtherModule
)

register_fprime_module()

0 comments on commit 7f1f54f

Please sign in to comment.