Skip to content
Discussion options

You must be logged in to vote

Try in project.cmake to move Types/ up so it appears prior to Components/ which needs it, and remove the MOD_DEPS

# This CMake file is intended to register project-wide objects.
# This allows for reuse between deployments, or other projects.

add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/Types/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/Components")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/TeralinkPayload/")

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@aliaga17
Comment options

@thomas-bc
Comment options

@thomas-bc
Comment options

Answer selected by aliaga17
@aliaga17
Comment options

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