forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
29 lines (20 loc) · 1.06 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
add_executable(example_errorbar_1 errorbar_1.cpp)
target_link_libraries(example_errorbar_1 PUBLIC matplot)
add_executable(example_errorbar_2 errorbar_2.cpp)
target_link_libraries(example_errorbar_2 PUBLIC matplot)
add_executable(example_errorbar_3 errorbar_3.cpp)
target_link_libraries(example_errorbar_3 PUBLIC matplot)
add_executable(example_errorbar_4 errorbar_4.cpp)
target_link_libraries(example_errorbar_4 PUBLIC matplot)
add_executable(example_errorbar_5 errorbar_5.cpp)
target_link_libraries(example_errorbar_5 PUBLIC matplot)
add_executable(example_errorbar_6 errorbar_6.cpp)
target_link_libraries(example_errorbar_6 PUBLIC matplot)
add_executable(example_errorbar_7 errorbar_7.cpp)
target_link_libraries(example_errorbar_7 PUBLIC matplot)
add_executable(example_errorbar_8 errorbar_8.cpp)
target_link_libraries(example_errorbar_8 PUBLIC matplot)
add_executable(example_errorbar_9 errorbar_9.cpp)
target_link_libraries(example_errorbar_9 PUBLIC matplot)
add_executable(example_errorbar_10 errorbar_10.cpp)
target_link_libraries(example_errorbar_10 PUBLIC matplot)