We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e570389 + 9b211e3 commit e9d4d82Copy full SHA for e9d4d82
src/CMakeLists.txt
@@ -130,6 +130,7 @@ endif()
130
if(DEFINED CFE_SYSTEM_PSPNAME)
131
set(CMAKE_INSTALL_RPATH "./${INSTALL_SUBDIR}")
132
add_cfe_app(crypto ${LIB_SRC_FILES})
133
+ target_include_directories(crypto PUBLIC ../include)
134
install(TARGETS crypto RUNTIME_DEPENDENCIES DESTINATION ${CMAKE_INSTALL_PREFIX}/${TGTSYS_${SYSVAR}}/${INSTALL_SUBDIR})
135
else()
136
# Standalone build
0 commit comments