Skip to content

tigerplush/cpp_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run an example

  1. Config the whole project with cmake -S . -B build (has to be run only once)
  2. Run cmake --build build --target hello_world to build the example
  3. Run .\build\examples\hello_world\Debug\hello_world.exe to actually run the example

How to test

  1. Run cmake --build build --target ecs_tests
  2. Run ctest --test-dir build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published