Closed SimeonEhrig closed 3 years ago
With this PR, the following CMake is possible in a project, which uses cupla.
cmake_minimum_required(VERSION 3.18.0) project(test) add_subdirectory(alpaka) add_subdirectory(cupla) cupla_add_executable(${PROJECT_NAME} main.cpp)
With this PR, the following CMake is possible in a project, which uses cupla.