All Projects â†’ astavonin â†’ gen-cmake

astavonin / gen-cmake

Licence: BSD-2-Clause license
CMakeLists.txt file generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gen-cmake

Moderncppstarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Stars: ✭ 2,381 (+5311.36%)
Mutual labels:  cmakelists
wsjcpp
Yet another... C++ Source Package Manager
Stars: ✭ 18 (-59.09%)
Mutual labels:  cmakelists
Little-Ruler
A game engine that can be built for Android and Windows.
Stars: ✭ 16 (-63.64%)
Mutual labels:  cmakelists
tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (-31.82%)
Mutual labels:  cmakelists
ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 411 (+834.09%)
Mutual labels:  cmakelists
vatsinator-legacy
An open-source Vatsim monitor
Stars: ✭ 12 (-72.73%)
Mutual labels:  cmakelists

gen-cmake

CMakeLists.txt file generator

Usage:

gen-cmake [options]

Options:

-h show this message
-t <type>, --type=<type> generate project with <type>. Supported types:
    app - generate execurable application
    shared - generate dynamically linked library
    static - generate archives of object files
-n <name>, --name=<name> project name
-s <standard>, --standard=<standard> C++ standard. C++11 is used by default
    available options are: 03, 11, 14
-p <package1,package2,packageN>, --packages=<package1,package2,packageN> comma separated
    list of libraries to link with

Example (will generate CMakeLists.txt with C++11 and BOOST libray linkage):

> python3 gen-cmake.py -t app -n test_app -s 11 -p boost

NOTE: not tested on Windows.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].