hello-algo/codes/c/include/CMakeLists.txt

4 lines
109 B
CMake
Raw Normal View History

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