This commit is contained in:
Radovan Bast
2015-06-04 11:57:22 +02:00
parent d1baa79a05
commit b9fa44260f
7 changed files with 57 additions and 215 deletions

View File

@ -12,12 +12,12 @@ The script also copies or downloads CMake modules specified in ``autocmake.cfg``
called ``modules/``::
cmake/
├── bootstrap.py
├── autocmake.cfg
└── lib/
├── config.py
└── docopt.py
└── modules/ # CMakeLists.txt includes CMake modules from this directory
bootstrap.py
autocmake.cfg
lib/
config.py
docopt.py
modules/ # CMakeLists.txt includes CMake modules from this directory
Now you have ``CMakeLists.txt`` and ``setup.py`` in the project root and you can build
the project::