• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Config file for Boost.Compute (https://github.com/boostorg/compute)
2#
3# Sets the following variables:
4#   BoostCompute_INCLUDE_DIRS - include directories for Boost.Compute
5
6set(BoostCompute_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include/compute")
7