diff options
| author | KunoiSayami <[email protected]> | 2022-08-27 02:52:27 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-08-27 02:52:27 +0800 |
| commit | 0a26aab895a7329a19e3789d56a691d67390aafa (patch) | |
| tree | b6958f3ff2dfa0bd6c2eea5fc77fffb6a06fd70b /CMakeLists.txt | |
| parent | 2db81cfeea99a5b108edc3890a0d45853a7d9ef2 (diff) | |
feat: Implement expt_0821
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
