Skip to content

InFlowStructure/flow-ui

Repository files navigation

flow-ui

CMake

A cross-platform C++ UI library for visualising the flow-core library.

Building

To build the project with CMake, simply run

cmake -B build
cmake --build build --parallel

To build tests, configure the build directory with the following

cmake -B build -Dflow-ui_BUILD_TESTS=ON

To use flow-core installed on your system instead of the submodule:

cmake -B build -Dflow-ui_USE_EXTERNAL_FLOW_CORE=ON

Installing

To install, configure the cmake build as follows:

cmake -B build -Dflow-ui_INSTALL=ON

Then, simply build the project normally, then run one of

cmake --install build

Tip

Try adding the --config flag with the appropriate build type.

Dependencies

This project depends on the following open source projects:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •