forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
29 lines (20 loc) · 1022 Bytes
/
CMakeLists.txt
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
add_executable(example_stairs_1 stairs_1.cpp)
target_link_libraries(example_stairs_1 PUBLIC matplot)
add_executable(example_stairs_2 stairs_2.cpp)
target_link_libraries(example_stairs_2 PUBLIC matplot)
add_executable(example_stairs_3 stairs_3.cpp)
target_link_libraries(example_stairs_3 PUBLIC matplot)
add_executable(example_stairs_4 stairs_4.cpp)
target_link_libraries(example_stairs_4 PUBLIC matplot)
add_executable(example_stairs_5 stairs_5.cpp)
target_link_libraries(example_stairs_5 PUBLIC matplot)
add_executable(example_stairs_6 stairs_6.cpp)
target_link_libraries(example_stairs_6 PUBLIC matplot)
add_executable(example_stairs_7 stairs_7.cpp)
target_link_libraries(example_stairs_7 PUBLIC matplot)
add_executable(example_stairs_8 stairs_8.cpp)
target_link_libraries(example_stairs_8 PUBLIC matplot)
add_executable(example_stairs_9 stairs_9.cpp)
target_link_libraries(example_stairs_9 PUBLIC matplot)
add_executable(example_stairs_10 stairs_10.cpp)
target_link_libraries(example_stairs_10 PUBLIC matplot)