diff --git a/src/fprime/cookiecutter_templates/cookiecutter-fprime-component/{{cookiecutter.component_name}}/CMakeLists.txt b/src/fprime/cookiecutter_templates/cookiecutter-fprime-component/{{cookiecutter.component_name}}/CMakeLists.txt index c16d6321..57568707 100644 --- a/src/fprime/cookiecutter_templates/cookiecutter-fprime-component/{{cookiecutter.component_name}}/CMakeLists.txt +++ b/src/fprime/cookiecutter_templates/cookiecutter-fprime-component/{{cookiecutter.component_name}}/CMakeLists.txt @@ -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 # #### @@ -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()