From 6e79fdb3b6b6739fc7797d47e55a7691306cf736 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 31 Jan 2024 21:30:49 -0500 Subject: move validation macros, and optionally disable them --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 847f9fe..2504480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,7 @@ add_executable(nctest tests/test.c) target_link_libraries(nctest ${CMAKE_PROJECT_NAME}) #link mbedtls crypto sahred library target_link_libraries(nctest ${MBEDCRYPTO_LIB} ${MBEDTLS_LIB}) +target_include_directories(nctest PRIVATE "src") endif() -- cgit