Skip to content
Snippets Groups Projects
Commit b3dad065 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added missing include list

parent 560061e8
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ set(LLVM_PROJECT_DIR ${CMAKE_SOURCE_DIR}) ...@@ -9,6 +9,7 @@ set(LLVM_PROJECT_DIR ${CMAKE_SOURCE_DIR})
set(LLVM_BUILD_DIR ${CMAKE_BINARY_DIR}) set(LLVM_BUILD_DIR ${CMAKE_BINARY_DIR})
set(TRT_PATH "$<TARGET_FILE:tensor_runtime>") set(TRT_PATH "$<TARGET_FILE:tensor_runtime>")
get_target_property(TRT_INCLUDE_DIRS tensor_runtime INCLUDE_DIRECTORIES)
get_target_property(TRT_LINK_DIRS tensor_runtime TRT_LINK_DIRS) get_target_property(TRT_LINK_DIRS tensor_runtime TRT_LINK_DIRS)
get_target_property(TRT_LINK_LIBS tensor_runtime TRT_LINK_LIBS) get_target_property(TRT_LINK_LIBS tensor_runtime TRT_LINK_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment