Skip to content

UwUClub/EwECS

Repository files navigation

EwECS

Contents

Requirements

  • GCC 13.2+ is required
  • CMake 3.16+ is required
  • Git 2.25+ is required&

Dependencies (automatically installed)

Communication

  • If you have a bug or an issue, please contact us.
  • If you want to contribute, please contact us.

Installation in your project

SSH

git submodule add --init --recursive --remote

And add the following lines to your CMakeLists.txt

add_subdirectory(EwECS)
target_link_libraries(${PROJECT_NAME} PRIVATE EwECS)

Compilation

Using CMake

cmake -S . -B build && cmake --build build -j

Credits

  • Valentin Gegoux
  • Baptiste Laran
  • Mathéo Martin
  • Maxence Labourel

License

EwECS is developped by the UwUClub for Epitech.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •