Radium Engine
1.5.20
|
Radium is now shiped with a cmake package. To get it:
Then, to use Radium in your own project, you need to set, at configure time CMAKE_PREFIX_PATH=/path/to/install/or/release/dir/lib/cmake/Radium
or to define Radium_DIR=/path/to/install/or/release/dir/lib/cmake/Radium
.
Your CMakeLists.txt
might then do the following:
Include directories and link instructions are populated automatically by cmake.
To configure your target install using Radium facilities:
See configure_radium_app for more details
In your source code:
See CMake setup for detailed doc and Radium's cmake utilies function insights.