This is just a simple CMakeLists
file template for my C/C++ projects.
This config is based on This Video from developer @meemknight
C :
curl -s https://raw.githubusercontent.com/KernelOso/CMake_Project_Template/refs/heads/main/scripts/init.sh | bash -s -- base c
C++
curl -s https://raw.githubusercontent.com/KernelOso/CMake_Project_Template/refs/heads/main/scripts/init.sh | bash -s -- base cpp
-
Flecs (Static) : CMakeFile | Init Scrips
-
flecs + SDL2 : CMakeFile | Init Scrips
-
SDL2 (Static) : CMakeFile | Init Scrips
-
flecs + SDL2 : CMakeFile | Init Scrips
- Free GLUT (Static) : CMakeFile | Init Scrips