xmake.lua 236 B

123456
  1. package("nvtx")
  2. set_homepage("https://github.com/NVIDIA/NVTX")
  3. set_description("A C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.")
  4. on_fetch("fetch")