comparison 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
comparison
equal deleted inserted replaced
7:ad48a076a8e5 8:714d0ce1efd7
1 cmake_minimum_required(VERSION 2.8)
2
3 # compile option
4 add_definitions("-Wall -g -O0")
5 #add_library(allocate_lib STATIC allocate.c)
6 add_executable(allocate
7 allocate_test.c
8 )
9 #target_link_libraries(allocate allocate_lib)
10 set(CMAKE_C_COMPILER $ENV{CbC_Clang}/clang)