forked from alandefreitas/matplotplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
25 lines (16 loc) · 817 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
add_executable(example_yticks_1 yticks_1.cpp)
target_link_libraries(example_yticks_1 PUBLIC matplot)
add_executable(example_yticks_2 yticks_2.cpp)
target_link_libraries(example_yticks_2 PUBLIC matplot)
add_executable(example_yticks_3 yticks_3.cpp)
target_link_libraries(example_yticks_3 PUBLIC matplot)
add_executable(example_yticks_4 yticks_4.cpp)
target_link_libraries(example_yticks_4 PUBLIC matplot)
add_executable(example_yticks_5 yticks_5.cpp)
target_link_libraries(example_yticks_5 PUBLIC matplot)
add_executable(example_yticks_6 yticks_6.cpp)
target_link_libraries(example_yticks_6 PUBLIC matplot)
add_executable(example_yticks_7 yticks_7.cpp)
target_link_libraries(example_yticks_7 PUBLIC matplot)
add_executable(example_yticks_8 yticks_8.cpp)
target_link_libraries(example_yticks_8 PUBLIC matplot)