view src/test/CMakeLists.txt @ 290:625a19d81ed7

add Cmake
author ikkun
date Wed, 08 Feb 2017 18:25:32 +0900
parents
children 87128b876c63
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(cudaExample
               main.cc
               multiply.cu
)