view src/allocate/CMakeLists.txt @ 8:714d0ce1efd7

change configuring directory
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Wed, 01 Apr 2015 22:56:51 +0900
parents src/CMakeLists.txt@cd262e34ac1a
children 14c604cfa711
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

# compile option
add_definitions("-Wall -g -O0")
#add_library(allocate_lib STATIC allocate.c)
add_executable(allocate
               allocate_test.c
)
#target_link_libraries(allocate allocate_lib)
set(CMAKE_C_COMPILER $ENV{CbC_Clang}/clang)