Skip to content

KernelOso/CMake_Project_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMake Projects Template

This is just a simple CMakeLists file template for my C/C++ projects.

This config is based on This Video from developer @meemknight

Initialize a basic project

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

Index of Templates

Flecs :

SDL2 :

Free GLUT :

About

CMake projects configuration files

Topics

Resources

Stars

Watchers

Forks