• This project
    • Loading...
  • Sign in

blaar / gnuplot · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • gnuplot
  • CMakeLists.txt
  • Initial commit
    ee4551ba
    by Arnaud Blanchard
    2017-07-25 15:22:04 +0200  
    Browse Files
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)