Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 926 Bytes

gnuplot-cpp

C++ interface to Gnuplot via POSIX pipes

This project was hosted on google code. Since google dropped google code, this project was moved to github.

Total alerts Code scanning - action

Use with CMake Projects

To use this interface within your CMake projects, you can use the gnuplot-cppConfig.cmake. Just make sure, that CMake is able to find the gnuplot-cpp directory, either by moving it to the CMake search path, or setting graybat-cpp_dir.

To include it into your project just add:

find_package(gnuplot-cpp REQUIRED)
include_directories(${gnuplot-cpp_INCLUDE_DIRS})