mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 06:26:28 +08:00
4 lines
110 B
CMake
4 lines
110 B
CMake
|
add_executable(include
|
||
|
include.hpp PrintUtil.hpp
|
||
|
ListNode.hpp TreeNode.hpp
|
||
|
Vertex.hpp)
|