forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
27 lines (18 loc) · 918 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
add_executable(example_loglog_1 loglog_1.cpp)
target_link_libraries(example_loglog_1 PUBLIC matplot)
add_executable(example_loglog_2 loglog_2.cpp)
target_link_libraries(example_loglog_2 PUBLIC matplot)
add_executable(example_loglog_3 loglog_3.cpp)
target_link_libraries(example_loglog_3 PUBLIC matplot)
add_executable(example_loglog_4 loglog_4.cpp)
target_link_libraries(example_loglog_4 PUBLIC matplot)
add_executable(example_loglog_5 loglog_5.cpp)
target_link_libraries(example_loglog_5 PUBLIC matplot)
add_executable(example_loglog_6 loglog_6.cpp)
target_link_libraries(example_loglog_6 PUBLIC matplot)
add_executable(example_loglog_7 loglog_7.cpp)
target_link_libraries(example_loglog_7 PUBLIC matplot)
add_executable(example_loglog_8 loglog_8.cpp)
target_link_libraries(example_loglog_8 PUBLIC matplot)
add_executable(example_loglog_9 loglog_9.cpp)
target_link_libraries(example_loglog_9 PUBLIC matplot)