feat(codes/c): add list.c cmake compile method

pull/289/head
Gonglja 2 years ago
parent 3970e88be2
commit 2a1b479002

@ -1,2 +1,3 @@
add_executable(array array.c)
add_executable(linked_list linked_list.c)
add_executable(list list.c)
Loading…
Cancel
Save