vtk-m/config/vtkm.pc.in

22 lines
891 B
PkgConfig
Raw Normal View History

2021-07-23 21:33:07 +00:00
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##============================================================================
# This file is automatically generated by CMake, do not edit.
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
2023-08-25 23:05:06 +00:00
includedir=${prefix}/include/vtkm-@VTKm_VERSION_MAJOR@.@VTKm_VERSION_MINOR@
2021-07-23 21:33:07 +00:00
libdir=${exec_prefix}/lib
Name: VTKm
Description: The VTKm library
Version: @VTKm_VERSION@
Cflags: -I${includedir} -I${includedir}/vtkm/thirdparty/diy/vtkmdiy/include/ -I${includedir}/vtkm/thirdparty/lcl/vtkmlcl/
Libs: -L${libdir}@lib_args@