CMakeLists.txt 101 字节
Newer Older
1 2
cc_library(analysis SRCS dot.cc node.cc node.h)
cc_test(test_node SRCS node_tester.cc DEPS analysis)