Files
lammps/lib/kokkos/example/grow_array/CMakeLists.txt
crtrott 91a791bbb3 Snapshot of kokkos.git from commit 0a776f65e7429b875839719c4fe528c15e871e46
From repository at git@github.com:/kokkos/kokkos.git

At commit:
commit 0a776f65e7429b875839719c4fe528c15e871e46
Author: crtrott <crtrott@sandia.gov>
Date:   Thu Dec 10 11:51:50 2015 -0700

    Adding CUDA 7.5 as secondary compiler to README
2015-12-10 11:52:34 -07:00

15 lines
224 B
CMake

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
SET(SOURCES "")
FILE(GLOB SOURCES *.cpp)
TRIBITS_ADD_EXECUTABLE(
grow_array
SOURCES ${SOURCES}
COMM serial mpi
)