feat(codes/c): add list.c cmake compile method
This commit is contained in:
parent
3970e88be2
commit
2a1b479002
|
|
@ -1,2 +1,3 @@
|
||||||
add_executable(array array.c)
|
add_executable(array array.c)
|
||||||
add_executable(linked_list linked_list.c)
|
add_executable(linked_list linked_list.c)
|
||||||
|
add_executable(list list.c)
|
||||||
Loading…
Reference in New Issue