Skip to content

kanaka/cmProject_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example project using cmProject and auto.mk together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages