Skip to content

Commit c8d2865

Browse files
author
Fabian Jung
committed
Added cmakeConfig File
1 parent d866339 commit c8d2865

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gnuplot-cppConfig.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.3.0)
2+
project("gnuplot-cpp")
3+
4+
message(STATUS "Found gnuplot:${gnuplot-cpp_DIR}")
5+
6+
set(gnuplot-cpp_INCLUDE_DIRS ${gnuplot-cpp_INCLUDE_DIRS} "${gnuplot-cpp_DIR}")

0 commit comments

Comments
 (0)