To add a library:
- Find it within a conan repository like https://bintray.com/
- Copy the Reference
- Open
CMakeLists.txt
in Pheonix root folder and add a new line with the name of your package (start of the reference) - Open
conanfile.py
in Pheonix root folder and add a new line with the reference to your package - Open
CMakeLists.txt
in Pheonix library folder and add a new line with the name of your package (start of the reference) - Run CMake