Building a Bifrost operator and its Bifrost pack
The Bifrost SDK uses CMake to build and package operators.
Creating an operator with CMake is a two-step process. The first call to cmake
generates a Makefile or a Visual Studio project. The second call to cmake
builds your operator using the Makefile or project, and creates a Bifrost pack for your operator.
There are two CMakeLists.txt
files that are needed to build and package operators. You can copy these files from an example and edit them to use with your own project.