Skip to content

Instantly share code, notes, and snippets.

View arash28134's full-sized avatar
🌌

Ali Atashrooz arash28134

🌌
View GitHub Profile
@arash28134
arash28134 / CMakeLists.txt
Created September 12, 2023 18:37
Example CMakeLists.txt for basic projects
# File strcuture:
#
# Test Project/
# β”œβ”€ CMakeLists.txt
# β”œβ”€ src/
# β”‚ β”œβ”€ *.cpp
# β”œβ”€ include/
# β”‚ β”œβ”€ *.h
# β”‚ β”œβ”€ *.hpp