Skip to content

Commit e9d4d82

Browse files
authored
Merge pull request #301 from nasa/295-add-target_include_directories-to-srccmakeliststxt
Merge 295 Target include Directory
2 parents e570389 + 9b211e3 commit e9d4d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ endif()
130130
if(DEFINED CFE_SYSTEM_PSPNAME)
131131
set(CMAKE_INSTALL_RPATH "./${INSTALL_SUBDIR}")
132132
add_cfe_app(crypto ${LIB_SRC_FILES})
133+
target_include_directories(crypto PUBLIC ../include)
133134
install(TARGETS crypto RUNTIME_DEPENDENCIES DESTINATION ${CMAKE_INSTALL_PREFIX}/${TGTSYS_${SYSVAR}}/${INSTALL_SUBDIR})
134135
else()
135136
# Standalone build

0 commit comments

Comments
 (0)