cmake_minimum_required(VERSION 3.15)

project(find_libcudacxx CXX)

find_package(libcudacxx REQUIRED CONFIG)
