view src/synchronizedQueue/CMakeLists.txt @ 118:32773f506410

remove code stack, add continuation of rotateL/totateR
author ikkun
date Mon, 26 Sep 2016 19:54:24 +0900
parents ed9d6438d2a5
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(synchronizedQueueForCas
               synchronizedQueueForCas.c
               synchronizedQueueContext.c
               origin_cs.c
)

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

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