Skip to content

Commit a60493b

Browse files
committed
Added CMakeList of Tearing
1 parent 6395aa8 commit a60493b

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

algorithms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ add_subdirectory(matching)
55
add_subdirectory(misc)
66
add_subdirectory(partitioner)
77
add_subdirectory(scc)
8+
add_subdirectory(tearing)
89
add_subdirectory(toposort)
910

1011
install_lib_headers("${CMAKE_CURRENT_SOURCE_DIR}")

algorithms/tearing/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target_sources(
2+
sbgraph
3+
PRIVATE
4+
tearing.cpp
5+
)

algorithms/tearing/Makefile.include

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)