https://github.com/emad-elsaid/cmake
CMake barebone C project setup
https://github.com/emad-elsaid/cmake
Last synced: 7 months ago
JSON representation
CMake barebone C project setup
- Host: GitHub
- URL: https://github.com/emad-elsaid/cmake
- Owner: emad-elsaid
- Created: 2023-04-24T11:18:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T11:18:35.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:34:16.277Z (9 months ago)
- Language: CMake
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMAKE barebone setup
* Generate first with: `cmake .`
* Compile with: `cmake --build .`