view schedular/CMakeLists.txt @ 2:0410aa49eff5

Add schedular directory
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 10 May 2016 13:54:22 +0900
parents
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(schedular
               main.c
              )