hello-algo/codes/c/include/CMakeLists.txt
2023-01-31 03:43:07 +08:00

4 lines
No EOL
109 B
CMake

add_executable(include
include_test.c
include.h print_util.h
list_node.h tree_node.h)