Code Monkey home page Code Monkey logo

Comments (3)

paullouisageneau avatar paullouisageneau commented on July 26, 2024
  1. instead of having a header file with the 4 defines, the defines could be added using cmake's add_definitions (or the newer alternatives)

This is not a solution because definitions won't be written in headers so they won't be there when a program includes them after building and installing.

  1. A folder in the output directory could be setup and added to the includes, then the configure_file command could place the output there

This is typical for a CMake build but libdatachannel also supports alternative build systems (Makefile and Jamfile), which would be broken due to the missing header.

Generating the version.h header was added by @Sean-Der in #1112 only to synchronize the CMake version and the version in header:

configure_file (

It is only necessary for the workflow checking the version in check-version.yml.

I think a simple way to fix your issue is to introduce a CMake option, let's say RTC_UPDATE_VERSION_HEADER, defaulting to OFF, and condition the version file configuration with it. It would be enabled in check-version.yml with -DRTC_UPDATE_VERSION_HEADER=1. What do you think?

from libdatachannel.

pschichtel avatar pschichtel commented on July 26, 2024

yeah that would also work for me, sure

from libdatachannel.

pschichtel avatar pschichtel commented on July 26, 2024

@paullouisageneau I submitted #1231

from libdatachannel.

Related Issues (20)

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.