Ever since we released the C++ SDK, having no cmake INSTALL is a common limitation people hit. Usecase examples: * Use with a different build system (see https://github.com/kyle-figure/bazel-minimal-rerun/blob/main/third_party/rerun/patches/cmake.patch) * Not having to build Rerun again from scratch for several rerun using applications on the same machine * Using it with your own library that uses `install` (https://discord.com/channels/1062300748202921994/1173517222010966047/1173517222010966047) * #4130
Ever since we released the C++ SDK, having no cmake INSTALL is a common limitation people hit. Usecase examples:
install(https://discord.com/channels/1062300748202921994/1173517222010966047/1173517222010966047)