summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Provost <[email protected]>2020-05-11 11:10:49 -0600
committerGitHub <[email protected]>2020-05-11 11:10:49 -0600
commitccb347c4cc20a5dbfd51acdd384b9f5cd6c427bd (patch)
tree2f4d2bf674b0fde9b85011eb58b6f2765d9eaccd
parent6ff5734f06b29ff7928edf5cba7cab97f5ebcbe9 (diff)
Added missing include directory
-rw-r--r--nx_secure/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nx_secure/CMakeLists.txt b/nx_secure/CMakeLists.txt
index f71515f5..a7e51223 100644
--- a/nx_secure/CMakeLists.txt
+++ b/nx_secure/CMakeLists.txt
@@ -296,4 +296,5 @@ target_sources(${PROJECT_NAME}
target_include_directories(${PROJECT_NAME}
PUBLIC
${CMAKE_CURRENT_LIST_DIR}/inc
+ ${CMAKE_CURRENT_LIST_DIR}/ports
)