Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add target_include_directories to src/CMakeLists.txt #295

Closed
williamposey opened this issue Sep 11, 2024 · 0 comments · Fixed by #301
Closed

Add target_include_directories to src/CMakeLists.txt #295

williamposey opened this issue Sep 11, 2024 · 0 comments · Fixed by #301
Assignees
Labels
cmp NASA GSFC CMP

Comments

@williamposey
Copy link
Contributor

Add the line target_include_directories(crypto PUBLIC ../include) in after the call to add_cfe_app(crypto ${LIB_SRC_FILES}) in src/CMakeLists.txt. This allows for another cFS app to use the cFE CMake function add_cfe_app_dependency in order to include public header files from another app/library that it depends on

@williamposey williamposey added the cmp NASA GSFC CMP label Sep 11, 2024
@rjbrown2 rjbrown2 self-assigned this Sep 11, 2024
rjbrown2 pushed a commit that referenced this issue Sep 11, 2024
@rjbrown2 rjbrown2 linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp NASA GSFC CMP
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants