CMakeLists.txt 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 # Set the minimum version of cmake required to build this project cmake_minimum_required(VERSION 2.6) project(gnuplot) subdirs(o_gnuplot) subdirs(o_gnuplot_poi)