Skip to content

Commit 8d811bd

Browse files
committed
fix: Update cmake for the new collection files
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 95a6732 commit 8d811bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ bazel-tensorrt
6666
*.cache
6767
*cifar-10-batches-py*
6868
bazel-project
69+
build/

core/ir/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target_sources(${lib_name}
55
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/Input.cpp"
66
"${CMAKE_CURRENT_SOURCE_DIR}/ir.cpp"
77
"${CMAKE_CURRENT_SOURCE_DIR}/StaticParams.cpp"
8+
"${CMAKE_CURRENT_SOURCE_DIR}/GraphInputs.cpp"
89
$<TARGET_OBJECTS:core_util>
910
)
1011

0 commit comments

Comments
 (0)