https://github.com/kanaka/cmproject_example
An example project using cmProject and auto.mk together
https://github.com/kanaka/cmproject_example
Last synced: 3 months ago
JSON representation
An example project using cmProject and auto.mk together
- Host: GitHub
- URL: https://github.com/kanaka/cmproject_example
- Owner: kanaka
- Created: 2011-12-10T21:30:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-10T21:31:16.000Z (about 14 years ago)
- Last Synced: 2025-08-30T18:05:42.049Z (4 months ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is an example of using cmProject and auto.mk together.
First clone the example repository:
git clone https://github.com/kanaka/cmProject_example
The first time after you clone a cmProject based project repository,
you need to bootstrap by manually populating the cmProject directory.
cd cmProject_example
git clone https://github.com/kanaka/cmProject
Now you can populate the whole project:
make pop
Build the whole project:
make
Run the resulting program:
./build/simple/simple
To show cmProject help:
make help^cmProject
To show auto.mk help
make help^auto.mk