Mercurial > hg > Gears > GearsAgda
view src/llrb/CMakeLists.txt @ 118:32773f506410
remove code stack, add continuation of rotateL/totateR
author | ikkun |
---|---|
date | Mon, 26 Sep 2016 19:54:24 +0900 |
parents | 12d8e3c8976d |
children |
line wrap: on
line source
cmake_minimum_required(VERSION 2.8) add_definitions("-Wall -g -O0") set(CMAKE_C_COMPILER $ENV{CbC_Clang}/clang) include_directories(include) add_executable(llrb main.c llrb.c llrbContext.c allocate.c compare.c stack.c origin_cs.c ) add_executable(llrb_with_put_verify main.c llrb.c llrbContext.c allocate.c compare.c stack.c verifier/llrbContextWithVerifier.c verifier/verify_put_cs.c )