You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Add the line
target_include_directories(crypto PUBLIC ../include)
in after the call toadd_cfe_app(crypto ${LIB_SRC_FILES})
in src/CMakeLists.txt. This allows for another cFS app to use the cFE CMake functionadd_cfe_app_dependency
in order to include public header files from another app/library that it depends onThe text was updated successfully, but these errors were encountered: