Update Kokkos library to v2.03.13
This commit is contained in:
@ -40,5 +40,7 @@ list(APPEND CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -O3)
|
||||
|
||||
add_subdirectory(${Example_SOURCE_DIR}/../.. ${Example_BINARY_DIR}/kokkos)
|
||||
|
||||
include_directories(${Kokkos_INCLUDE_DIRS_RET})
|
||||
|
||||
add_executable(example cmake_example.cpp)
|
||||
target_link_libraries(example kokkos)
|
||||
|
||||
Reference in New Issue
Block a user