comparison src/parallel_execution/CMakeLists.txt @ 131:a4507906938c

Fix compile error but not work
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 25 Oct 2016 00:49:28 +0900
parents a574ba0da60f
children 909d0548284f
comparison
equal deleted inserted replaced
130:2bb5e4f0fd35 131:a4507906938c
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 2
3 # -DUSE_CUDA 3 # -DUSE_CUDA
4 add_definitions("-Wall -g -O") 4 add_definitions("-Wall -g -O")
5 5
6 set(CMAKE_C_COMPILER /Users/one/src/cbclang/Debug+Asserts/bin/clang) 6 set(CMAKE_C_COMPILER $ENV{CBC_COMPILER})
7 7
8 add_executable(twice 8 add_executable(twice
9 main.c 9 main.c
10 context.c 10 context.c
11 rb_tree.c 11 rb_tree.c