cmake_minimum_required(VERSION 3.3) # import LLRB from Gears set(llrb_path $ENV{GEARS_PATH}/src/llrb) include_directories(include) include_directories($ENV{GEARS_PATH}/src/include) include_directories(${llrb_path}/include) add_executable(insert_verification main.c akashaCS.c akashaLLRBContext.c ${llrb_path}/llrb.c ${llrb_path}/allocate.c ${llrb_path}/compare.c ${llrb_path}/stack.c )