Skip to content
Snippets Groups Projects
Commit 5cb85153 authored by 数学の武士's avatar 数学の武士
Browse files

.

parent 7e3050fd
No related branches found
No related tags found
No related merge requests found
project(MemoryProcessing) project(MemoryProcessing)
cmake_minimum_required(VERSION 3.19) cmake_minimum_required(VERSION 3.19)
option(INCLUDE_CUDA "GPU build in mode" OFF) option(INCLUDE_CUDA "GPU build in mode" OFF)
enable_language(CXX) enable_language(CXX)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)
if(INCLUDE_CUDA) if(INCLUDE_CUDA)
message(STATUS "memory processing: GPU build in mode")
enable_language(CUDA) enable_language(CUDA)
# find_package(CUDA REQUIRED) # find_package(CUDA REQUIRED)
# include_directories(${CUDA_INCLUDE_DIRS}) # include_directories(${CUDA_INCLUDE_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment