mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
feat(codes/c): add list.c cmake compile method
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
add_executable(array array.c)
|
||||
add_executable(linked_list linked_list.c)
|
||||
add_executable(linked_list linked_list.c)
|
||||
add_executable(list list.c)
|
||||
Reference in New Issue
Block a user