Skip to content

Commit

Permalink
Tái cấu trúc - đưa ví dụ map_of_vector sang thư mục demo của cgen
Browse files Browse the repository at this point in the history
  • Loading branch information
bangoc committed Dec 24, 2023
1 parent 5270c6c commit 8a686c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/cgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ add_executable(qsort_demo qsort_demo.c)
add_executable(bsearch_demo bsearch_demo.c)
add_executable(max_heap_int_demo max_heap_int_demo.c)
add_executable(perm_demo perm_demo.c)
add_executable(comb_demo comb_demo.c)
add_executable(comb_demo comb_demo.c)
add_executable(map_of_vector map_of_vector.c)
File renamed without changes.
1 change: 0 additions & 1 deletion tests/cont/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_executable(vec_dbl_demo vec_dbl_demo.c)
add_executable(slist_int_queue_demo slist_int_queue_demo.c)
add_executable(tmap_str_int_demo tmap_str_int_demo.c)
add_executable(vec_str_demo vec_str_demo.c)
add_executable(map_of_vector map_of_vector.c)
foreach(p vec_int_demo vec_dbl_demo slist_int_queue_demo tmap_str_int_demo
vec_str_demo)
target_link_libraries(${p} bkcgen)
Expand Down

0 comments on commit 8a686c7

Please sign in to comment.