Skip to content

How to create another apps folder #280

Answered by jphickey
ugo94490 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

list(APPEND MISSION_MODULE_SEARCH_PATH
    "$ENV{HOME}/code/cfecfs/myapps"
)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ugo94490
Comment options

@skliper
Comment options

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