aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mlpack/usage
blob: 2c44d416f602cf6e0fe7c8f02e2613287b45e574 (plain)
1
2
3
4
The package mlpack is header only and can be used from CMake via:
  
  find_path(MLPACK_INCLUDE_DIRS "mlpack.hpp")
  target_include_directories(main PRIVATE ${MLPACK_INCLUDE_DIRS})