- Config the whole project with
cmake -S . -B build(has to be run only once) - Run
cmake --build build --target hello_worldto build the example - Run
.\build\examples\hello_world\Debug\hello_world.exeto actually run the example
- Run
cmake --build build --target ecs_tests - Run
ctest --test-dir build