changeset 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 240c045ebab2
children ce9fde200f3e
files src/synchronizedQueue/CMakeLists.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/synchronizedQueue/CMakeLists.txt	Fri May 15 19:19:31 2015 +0900
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 2.8)
+
+add_executable(synchronizedQueue
+               synchronizedQueue.c
+               synchronizedQueueContext.c
+)