Files
aare/docs/src/Consume.rst
Erik Fröjdh 35c6706b3c docs
2024-11-18 14:39:46 +01:00

19 lines
446 B
ReStructuredText

Use from C++
========================
There are a few different way to use aare in your C++ project. Which one you choose
depends on how you intend to work with the library and how you manage your dependencies.
Install and use cmake with find_package(aare)
-------------------------------------------------
https://github.com/slsdetectorgroup/aare-examples
.. include:: _install.rst
Use as a submodule
-------------------
Coming soon...