First, clone this repository using git clone. Then run the following commands:
cd fusion
sudo make install
This will install the library. You can then use this library in your own code in
CMake by writing find_package(fusion) in your project's CMakeLists.txt. An
example of using the library can be found in the exec folder.