Git Product home page Git Product logo

cmoduler's Introduction

                                 CMODULER 1.0

INTRODUCTION

 CModuler is a CMake module generator. I was fed up with copy & paste, search
 & replace over and over again 90% of the time.

 Version 1.0 (AKA "CModuler Meta") provides only very limited functionality: it 
 will create finders (modules of the form FindXXX.cmake) for libraries.

REQUIREMENTS
 
 CModuler is nothing more than a parametrized set of CMakeLists.txt and
 templates. The only requirement is CMake itself and a text editor.

USAGE

 1. Edit CMakeLists.txt and fill in the values
 2. cd build
 3. cmake ..

 CModuler will create a 'test' directory containing the finder and a very
 simple CMakeLists.txt meant for testing. The test will be run automatically,
 if you do not want to run the test, replace step 3 with "cmake ..
 -DNO_TEST:BOOL=ON".

 The generated finder supports debug/release versions of the library, i. e:
  - if you build your application in release mode, it will be linked to the 
    release version of the third-party library.
  - if you build your application in debug mode, it will be linked to the
    debug version of the third-party library.

FUTURE
 
 I am developing a more advanced version which will allow the other 10% of
 cases: multi-library finders, search for programs, optional/mandatory tests,
 etc.

LICENSE
 
 BSD license, like CMake. See COPYING.

AUTHOR
 Pau Garcia i Quiles <[email protected]>
 http://www.elpauer.org

cmoduler's People

Contributors

pgquiles avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.