Skip to content

Commit 5b91bef

Browse files
committed
restructure
1 parent 6a4f250 commit 5b91bef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ target_link_libraries(test_graph graph_lib gtest_main)
2727
include(CTest)
2828
enable_testing()
2929
add_test(NAME GraphTests COMMAND test_graph)
30+
31+
add_executable(graph_main app/main.cpp)
32+
target_link_libraries(graph_main graph_lib)
File renamed without changes.

0 commit comments

Comments
 (0)