Skip to content

Commit

Permalink
Merge pull request #301 from nasa/295-add-target_include_directories-…
Browse files Browse the repository at this point in the history
…to-srccmakeliststxt

Merge 295 Target include Directory
  • Loading branch information
rjbrown2 authored Sep 11, 2024
2 parents e570389 + 9b211e3 commit e9d4d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ endif()
if(DEFINED CFE_SYSTEM_PSPNAME)
set(CMAKE_INSTALL_RPATH "./${INSTALL_SUBDIR}")
add_cfe_app(crypto ${LIB_SRC_FILES})
target_include_directories(crypto PUBLIC ../include)
install(TARGETS crypto RUNTIME_DEPENDENCIES DESTINATION ${CMAKE_INSTALL_PREFIX}/${TGTSYS_${SYSVAR}}/${INSTALL_SUBDIR})
else()
# Standalone build
Expand Down

0 comments on commit e9d4d82

Please sign in to comment.