Mercurial > hg > Gears > GearsAgda
view src/parallel_execution/CMakeLists.txt @ 118:32773f506410
remove code stack, add continuation of rotateL/totateR
author | ikkun |
---|---|
date | Mon, 26 Sep 2016 19:54:24 +0900 |
parents | a574ba0da60f |
children | a4507906938c |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) # -DUSE_CUDA add_definitions("-Wall -g -O") set(CMAKE_C_COMPILER /Users/one/src/cbclang/Debug+Asserts/bin/clang) 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 )