• 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
  • Tool to split a channel in two
    d3a1a460
    by Arnaud Blanchard
    2018-04-13 17:46:13 +0200  
    Browse Files
CMakeLists.txt 324 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
cmake_minimum_required(VERSION 2.6)

project(bapps)

subdirs(i_gaussian)
subdirs(i_read)
subdirs(i_oscillator)
subdirs(i_keyboard)
subdirs(f_convolute)
subdirs(f_norm)
subdirs(f_max)
subdirs(f_point_of_interest)
subdirs(f_tee)
subdirs(f_arg_max)
#subdirs(serial) i_arduino deprecated
subdirs(i_fread)
subdirs(o_fwrite)