• This project
    • Loading...
  • Sign in

blaar / bapps · 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
  • bapps
  • CMakeLists.txt
  • Complile the main projects
    2358b45d
    by Arnaud Blanchard
    2017-05-09 16:17:02 +0200  
    Browse Files
CMakeLists.txt 128 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
cmake_minimum_required(VERSION 2.6)

project(bapps)

subdirs(i_read)
subdirs(i_oscillator)
subdirs(i_keyboard)
subdirs(f_max)