Files
lammps/lib/kokkos/example/relocatable_function/CMakeLists.txt
2024-12-13 09:23:03 -07:00

7 lines
289 B
CMake

kokkos_include_directories(${CMAKE_CURRENT_BINARY_DIR})
kokkos_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
kokkos_add_executable(example_relocatable_function SOURCES main.cpp functor.cpp)
add_test(NAME Kokkos_Example_RelocatableFunction COMMAND Kokkos_example_relocatable_function)