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

5 lines
122 B
CMake
Raw Normal View History

add_executable(utils
common_test.c
common.h print_util.h
list_node.h tree_node.h
uthash.h)