more doc
This commit is contained in:
@ -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::
|
||||
|
Reference in New Issue
Block a user