Skip to content

Commit 9fa8791

Browse files
authored
Merge pull request #1246 from pytorch/fix_cmake_for_collections
fix: Update cmake for the new collection files
2 parents 95a6732 + 8d811bd commit 9fa8791

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)