view src/synchronizedQueue/CMakeLists.txt @ 37:a1fc4c670150

Add CMakeLists.txt to synchronizedQueue
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Fri, 15 May 2015 19:19:31 +0900
parents
children 4a16cbaab802
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(synchronizedQueue
               synchronizedQueue.c
               synchronizedQueueContext.c
)