lang-tools cmake_tools
Brought to you by:
laborer2008
| File | Date | Author | Commit |
|---|---|---|---|
| scripts | 2025-01-18 |
|
[278f76] build: Restored processing of cmd-passed compil... |
| tools | 2025-01-26 |
|
[77588d] Disabled Warning 4480 for MSVC++ 2010 |
| .hgeol | 2015-04-09 |
|
[c4321e] Added .hgeol file |
| .hgignore | 2015-04-29 |
|
[0ce72c] build directory moved to scripts |
| .hgsub | 2024-10-21 |
|
[a89aa6] Migration to the sourceforge |
| .hgsubstate | 2025-01-26 |
|
[77588d] Disabled Warning 4480 for MSVC++ 2010 |
| .hgtags | 2014-10-19 |
|
[ce6430] Initial commit. |
| LICENSE | 2014-12-07 |
|
[05fed9] Added license |
| README.rst | 2024-10-21 |
|
[bbc53f] Updated pyrepo links |
| README_RU.rst | 2024-10-21 |
|
[bbc53f] Updated pyrepo links |
| pack.py | 2025-01-24 |
|
[105668] pack.py: Explicit specification of compression ... |
This library contains CMake code (files with .cmake extentions), Python scripts and it is intended for simplification different actions on the organization of the build environment. All library identifiers (i.e. functions) named with CMT prefix (CMake Tools).
Git subrepo is used within the project. It's required to activate git subrepo feature in the Mercurial config
[subrepos] git:allowed = true
Not required. Any cmake-based project or code (i.e. from CMakeLists.txt) can use this library's functionality. Standard cmake's directive include is intended for that.