You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
331 B
16 lines
331 B
6 years ago
|
CUDA_ADD_LIBRARY(PoissonSolver3DGPU
|
||
|
PoissonSolver3DGPU.cu
|
||
|
# lib.cu
|
||
|
SHARED
|
||
|
# STATIC
|
||
|
#OPTIONS -DSTUFF="blah blah"
|
||
|
#RELEASE --use_fast_math -DNDEBUG
|
||
|
#DEBUG -g -DDEBUG
|
||
|
)
|
||
|
|
||
|
|
||
|
INSTALL(FILES PoissonSolver3DGPU.h
|
||
|
DESTINATION include)
|
||
|
INSTALL(FILES "${CMAKE_BINARY_DIR}/gpulib/libPoissonSolver3DGPU.so"
|
||
|
DESTINATION lib)
|