An open API service indexing awesome lists of open source software.

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

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