From 0a26aab895a7329a19e3789d56a691d67390aafa Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sat, 27 Aug 2022 02:52:27 +0800 Subject: feat: Implement expt_0821 Signed-off-by: KunoiSayami --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 71f9202..e05ef87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,4 +128,7 @@ add_executable(valid_sort_new valid_sort_new.cpp) target_link_libraries(valid_sort_new m stdc++) add_executable(valid_sort valid_sort.cpp) -target_link_libraries(valid_sort m stdc++) \ No newline at end of file +target_link_libraries(valid_sort m stdc++) + +add_executable(expt_0821 expt_0821.cpp sortlib.h) +target_link_libraries(expt_0821 m stdc++) \ No newline at end of file -- cgit v1.3.1