add: mathplot as dependency
This commit is contained in:
parent
47196f20c5
commit
f0af7118b8
|
@ -5,3 +5,6 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
|
||||
add_executable(TP8
|
||||
main.cpp)
|
||||
|
||||
find_package(Matplot++ CONFIG REQUIRED)
|
||||
target_link_libraries(TP8 PRIVATE Matplot++::cimg Matplot++::matplot)
|
||||
|
|
Reference in New Issue