Skip to content

ET-BE/QCustomPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCustomPlot

This is a repository of Emanuel Eichhammer's library, see https://www.qcustomplot.com.
We are not the owners or authors of this library! We are simply hosting the code here keep our own applications more clean.

Build

To build and install the library, simply run:

mkdir build && cd build
cmake ..
cmake --build .
cmake --install .

Now in your project you can include it with:

find_package(qcustomplot)

target_link_libraries(myapplication qcustomplot)

Include

You can also literally include the library in your Project as a Git submodule:

git submodule add https://github.com/ET-BE/QCustomPlot.git 

Then in your CMakeLists, add something like:

add_subdirectory("<path/to/QCustomPlot/qcustomplot")

target_link_libraries(myapplication QCustomPlot)

Make sure to skip the project CMakeLists.txt of this library and only include the source one.

About

Github host for Emanuel Eichhammer's QCustomPlot

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •