view src/synchronizedQueue/CMakeLists.txt @ 66:a870c84acd0e

Change synchronizedQueue allocator from __code to Function call
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 15 Sep 2015 15:21:50 +0900
parents 2a40d697bf4e
children 5c3db1bef268
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(synchronizedQueueForCas
               synchronizedQueueForCas.c
               synchronizedQueueContext.c
)

#add_executable(synchronizedQueue
#              synchronizedQueue.c
#              synchronizedQueueContext.c
#

#add_executable(synchronizedQueueForSem
#               synchronizedQueueForSem.c
#               synchronizedQueueForSemContext.c
#)