Mercurial > hg > GearsTemplate
view src/parallel_execution/CMakeLists.txt @ 138:04a2f486a30d
insert works but is not balanced
author | kono |
---|---|
date | Tue, 08 Nov 2016 19:39:40 +0900 |
parents | 909d0548284f |
children | 6ab77dec8b6a |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) # -DUSE_CUDA # add_definitions("-Wall -g -O") add_definitions("-Wall -g") set(CMAKE_C_COMPILER $ENV{CBC_COMPILER}) add_executable(twice main.c context.c rb_tree.c stack.c origin_cs.c allocate.c compare.c worker.c dependency.c time.c twice.c )