Code Monkey home page Code Monkey logo

fetchcontentpackages's Introduction

FetchContentPackages

A repository of ready-to-use cmake files for managing dependencies with FetchContent. All the packages you need - in one place.

  • the point of this repository is to provide an easy to include .cmake files for your projects

Usage

  • Find the package that you would like to add in the Packages directory.
  • Yoink(copy) the file to your project.
    • This can be done using the raw option when you open the file.
  • include(<file>) this file in your targets CMakeLists.txt.
  • Optional - Change the version of the package to the latest package version.
    • To do this find the latest version of the package on git(hub/lab/etc).
    • Change the tag/hash after GIT_TAG in the .cmake file.
    • Warning This might not work out of the box! You might need to do additional changes.
  • Build your project
    • The build may take a while since it downloads the package repo and builds it from source the first time.

Contributing

  • Use the Templates.
  • Check if there is an issue for the package creation. If there isn't, create one.
  • Also dont forget to create an example for your package.
  • Create pull request and allow us to push to your branch that you want to merge with. (It's also best not to use master branch). This will help us make small changes quickly.

fetchcontentpackages's People

Contributors

3o11 avatar tlapik123 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.