forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
32 lines (22 loc) · 1.07 KB
/
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
30
31
32
add_executable(example_stem3_1 stem3_1.cpp)
target_link_libraries(example_stem3_1 PUBLIC matplot)
add_executable(example_stem3_2 stem3_2.cpp)
target_link_libraries(example_stem3_2 PUBLIC matplot)
add_executable(example_stem3_3 stem3_3.cpp)
target_link_libraries(example_stem3_3 PUBLIC matplot)
add_executable(example_stem3_4 stem3_4.cpp)
target_link_libraries(example_stem3_4 PUBLIC matplot)
add_executable(example_stem3_5 stem3_5.cpp)
target_link_libraries(example_stem3_5 PUBLIC matplot)
add_executable(example_stem3_6 stem3_6.cpp)
target_link_libraries(example_stem3_6 PUBLIC matplot)
add_executable(example_stem3_7 stem3_7.cpp)
target_link_libraries(example_stem3_7 PUBLIC matplot)
add_executable(example_stem3_8 stem3_8.cpp)
target_link_libraries(example_stem3_8 PUBLIC matplot)
add_executable(example_stem3_9 stem3_9.cpp)
target_link_libraries(example_stem3_9 PUBLIC matplot)
add_executable(example_stem3_10 stem3_10.cpp)
target_link_libraries(example_stem3_10 PUBLIC matplot)
add_executable(example_stem3_11 stem3_11.cpp)
target_link_libraries(example_stem3_11 PUBLIC matplot)