diff options
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 |
