Mercurial > hg > Gears > GearsAgda
view src/parallel_execution/CMakeLists.txt @ 92:851da1107223
implement twice
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 08:50:30 +0900 |
parents | 4b5bf5b40970 |
children | 3e28ee215c0e |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) add_definitions("-Wall -g -O0") set(CMAKE_C_COMPILER $ENV{CbC_Clang}/clang) add_executable(twice main.c context.c rb_tree.c stack.c origin_cs.c allocate.c compare.c twice.c )