mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:40:48 +08:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
|
The package mlpack is header only and can be used from CMake via:
|
||
|
|
||
|
find_path(MLPACK_INCLUDE_DIRS "mlpack/mlpack.hpp")
|
||
|
target_include_directories(main PRIVATE ${MLPACK_INCLUDE_DIRS})
|