Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files necessary to package a .deb file #346

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2022

  1. Fix socketio#311, removed unnecessary check for CMAKE_BUILD_TYPE

    The check for Release or Debug in CMAKE_BUILD_TYPE breaks some assumption in Debian packaging.
    Since the check is useless, it has been removed.
    
    Also fix some PUBLIC/PRIVATE mistake in target_include_directories to correctly pass the
    properties to client code.
    studiofuga committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f4ab9bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e5c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61de121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2395ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c12bed View commit details
    Browse the repository at this point in the history