Skip to content

WiMoVE-OSS/wimoved

Repository files navigation

Building

Build the project by running cmake . followed by make -j$(nproc).

Formatting

Format the source files by running

find src -iname *.h -o -iname *.cpp | xargs clang-format -i