|
| 1 | +cmake_minimum_required(VERSION 3.2) |
| 2 | +project(test_aes128_ecb CXX C) |
| 3 | +set(C_STANDARD 18) |
| 4 | +set(C_STANDARD_REQUIRED true) |
| 5 | + |
| 6 | + |
| 7 | +# add_executable(test_aes128_ecb main.cpp aes.c cgms_crc.c codewars_lv5.c) |
| 8 | +# add_executable(MultiplyingNumberAsStrings MultiplyingNumberAsStrings.cpp) |
| 9 | +# add_executable(TheObservedPIN TheObservedPIN.cpp) |
| 10 | +# add_executable(FindTheDivisors FindTheDivisors.cpp) |
| 11 | +# add_executable(is_valid_ISBN_10 is_valid_ISBN_10.cpp) |
| 12 | +# add_executable(scramble scramble.cpp) |
| 13 | +# add_executable(human_readable_time human_readable_time.cpp) |
| 14 | +# add_executable(mean_square_error mean_square_error.cpp) |
| 15 | +# add_executable(uint32_to_ip uint32_to_ip.cpp) |
| 16 | +# add_executable(hex_str_to_rgb hex_str_to_rgb.cpp) |
| 17 | +# add_executable(chooseBestSum chooseBestSum.c) |
| 18 | +# add_executable(args_LCM args_LCM.c) |
| 19 | +# add_executable(GCD GCD.c) |
| 20 | +# add_executable(matrix_multiplication matrix_multiplication.c) |
| 21 | +# add_executable(work_on_strings work_on_strings.c) |
| 22 | +# add_executable(Buddy_Pairs Buddy_Pairs.c) |
| 23 | +# add_executable(string_add string_add.c) |
| 24 | + |
| 25 | +# add_executable(find_reverse_number find_reverse_number.c) |
| 26 | +# add_executable(get_TCP_state get_TCP_state.c) |
| 27 | +# add_executable(sum_intervals sum_intervals.c) |
| 28 | +# add_executable(Split_Strings Split_Strings.cpp) |
| 29 | +# add_executable(Bouncingball Bouncingball.cpp) |
| 30 | +# add_executable(TwoToOne TwoToOne.cpp) |
| 31 | +# add_executable(get_middle get_middle.cpp) |
| 32 | +# add_executable(find_even_index find_even_index.cpp) |
| 33 | + |
| 34 | + |
| 35 | +# add_executable(count count.cpp) |
| 36 | +# add_executable(maxSequence maxSequence.cpp) |
| 37 | +# add_executable(SumFct SumFct.cpp) |
| 38 | +# add_executable(rot13 rot13.cpp) |
| 39 | +# add_executable(move_zeroes move_zeroes.cpp) |
| 40 | +# add_executable(highestScoringWord highestScoringWord.cpp) |
| 41 | +# add_executable(properFractions properFractions.c) |
| 42 | +# add_executable(is_merge is_merge.c) |
| 43 | +# add_executable(test_negtive test_negtive.c) |
| 44 | +# add_executable(beeramid beeramid.c) |
| 45 | +# add_executable(search_substr search_substr.c) |
| 46 | +# add_executable(score_hand score_hand.c) |
| 47 | +# add_executable(power_sum_dig_term power_sum_dig_term.c) |
| 48 | +# add_executable(closest closest.c) |
| 49 | +# add_executable(base64_to_base10 base64_to_base10.c) |
| 50 | + |
| 51 | +# add_executable(next_smaller_number next_smaller_number.c) |
| 52 | +# add_executable(Greed_is_Good Greed_is_Good.c) |
| 53 | +# add_executable(strsum strsum.c) |
| 54 | +# add_executable(countones countones.c) |
| 55 | +# add_executable(countones Find_the_missing_letter.cpp) |
| 56 | +# add_executable(Product_of_consecutive_Fib_numbers Product_of_consecutive_Fib_numbers.c) |
| 57 | +add_executable(Variable_Number_of_rguments_in_C Variable_Number_of_rguments_in_C.c) |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
0 commit comments