diff --git a/codes/c/chapter_sorting/CMakeLists.txt b/codes/c/chapter_sorting/CMakeLists.txt index 192e1cb9..55fb65f5 100644 --- a/codes/c/chapter_sorting/CMakeLists.txt +++ b/codes/c/chapter_sorting/CMakeLists.txt @@ -1,2 +1,3 @@ add_executable(bubble_sort bubble_sort.c) +add_executable(quick_sort quick_sort.c ) add_executable(insertion_sort insertion_sort.c) \ No newline at end of file