From 8d811bde468b6086d403ddceef604ec329acd19d Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Tue, 9 Aug 2022 17:43:03 -0700 Subject: [PATCH] fix: Update cmake for the new collection files Signed-off-by: Naren Dasan Signed-off-by: Naren Dasan --- .gitignore | 1 + core/ir/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 87a417c75a..929998c3d3 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ bazel-tensorrt *.cache *cifar-10-batches-py* bazel-project +build/ \ No newline at end of file diff --git a/core/ir/CMakeLists.txt b/core/ir/CMakeLists.txt index 03a3fdc130..b62341f34d 100644 --- a/core/ir/CMakeLists.txt +++ b/core/ir/CMakeLists.txt @@ -5,6 +5,7 @@ target_sources(${lib_name} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/Input.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/ir.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/StaticParams.cpp" + "${CMAKE_CURRENT_SOURCE_DIR}/GraphInputs.cpp" $ )