comparison src/allocate/CMakeLists.txt @ 9:14c604cfa711

modify directories
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 02 Apr 2015 01:05:52 +0900
parents 714d0ce1efd7
children 88a4a95f5485
comparison
equal deleted inserted replaced
8:714d0ce1efd7 9:14c604cfa711
1 cmake_minimum_required(VERSION 2.8) 1 cmake_minimum_required(VERSION 2.8)
2 2
3 # compile option
4 add_definitions("-Wall -g -O0")
5 #add_library(allocate_lib STATIC allocate.c)
6 add_executable(allocate 3 add_executable(allocate
7 allocate_test.c 4 allocate_test.c
8 ) 5 )
9 #target_link_libraries(allocate allocate_lib)
10 set(CMAKE_C_COMPILER $ENV{CbC_Clang}/clang)