-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
44 lines (41 loc) · 1.1 KB
/
CMakeLists.txt
File metadata and controls
44 lines (41 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cmake_minimum_required(VERSION 3.21)
project(LeetCode)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_STANDARD 14)
add_executable(24 24.cpp)
add_executable(34 34.cpp)
add_executable(49 49.cpp)
add_executable(84 84.cpp)
add_executable(38 38.cpp)
add_executable(39 39.cpp)
add_executable(40 40.cpp)
add_executable(13 13.cpp)
add_executable(27 27.cpp)
add_executable(82 82.cpp)
add_executable(83 83.cpp)
add_executable(58 58.cpp)
add_executable(28 28.cpp)
add_executable(71 71.cpp)
add_executable(1249 1249.cpp)
add_executable(946 946.cpp)
add_executable(856 856.cpp)
add_executable(316 316.cpp)
add_executable(895 895.cpp)
add_executable(66 66.cpp)
add_executable(74 74.cpp)
add_executable(344 344.cpp)
add_executable(680 680.cpp)
add_executable(31 31.cpp)
add_executable(1721 1721.cpp)
add_executable(11 11.cpp)
add_executable(923 923.cpp)
add_executable(1046 1046.cpp)
add_executable(700 700.cpp)
add_executable(1396 1396.cpp)
add_executable(33 33.cpp)
add_executable(499 499.cpp)
add_executable(2160 2160.cpp)
add_executable(44 44.cpp)
add_executable(268 268.cpp)
add_executable(448 448.cpp)
add_executable(136 136.cpp)