A cross-platform C++ UI library for visualising the flow-core library.
To build the project with CMake, simply run
cmake -B build
cmake --build build --parallelTo build tests, configure the build directory with the following
cmake -B build -Dflow-ui_BUILD_TESTS=ONTo use flow-core installed on your system instead of the submodule:
cmake -B build -Dflow-ui_USE_EXTERNAL_FLOW_CORE=ONTo install, configure the cmake build as follows:
cmake -B build -Dflow-ui_INSTALL=ONThen, simply build the project normally, then run one of
cmake --install buildTip
Try adding the --config flag with the appropriate build type.
This project depends on the following open source projects: