view src/synchronizedQueue/CMakeLists.txt @ 101:8987cf13d5bb

Add Allocate macro
author innparusu
date Wed, 02 Mar 2016 19:23:00 +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
#)