From f54b04da2e28b3fe55c5eb5c7887ab2a3ed653e4 Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Tue, 30 Apr 2024 09:05:57 +0800 Subject: [PATCH] vstrt/trtexec/CMakeLists.txt: set include directory --- vstrt/trtexec/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vstrt/trtexec/CMakeLists.txt b/vstrt/trtexec/CMakeLists.txt index 5cf426c..d8972f7 100644 --- a/vstrt/trtexec/CMakeLists.txt +++ b/vstrt/trtexec/CMakeLists.txt @@ -23,6 +23,7 @@ add_executable(trtexec target_include_directories(trtexec PRIVATE ../common .. + ../../include ) target_link_libraries(trtexec PRIVATE CUDA::cudart_static)