-
Hello, I am currently working on a prototype using cFS and I have a question about the repository tree. ContextI would like to be able to create another apps folder where I could store all my applications that would be transversal to other projects. This folder would be a submodule and would allow all my projects to take advantage of my previously created modules without copying and pasting the sources. Moreover I could update directly one of the transversal applications because the folder would be a submodule. QuestionAfter some research I don't see how to add a specific folder to the cFS compilation, has anyone ever tried to compile applications located in another folder than apps? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, you can set the "MISSION_MODULE_SEARCH_PATH" variable in CMake. This is a list of paths that are checked for apps. For example I have something like this in my
|
Beta Was this translation helpful? Give feedback.
Yes, you can set the "MISSION_MODULE_SEARCH_PATH" variable in CMake. This is a list of paths that are checked for apps.
For example I have something like this in my
global_build_options.cmake
file: