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