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 cmake support #110

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

add cmake support #110

wants to merge 5 commits into from

Commits on Jan 11, 2024

  1. add cmake support

    Murmele committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bcbe9b4 View commit details
    Browse the repository at this point in the history
  2. Use PROJECT_BINARY_DIR and PROJECT_SOURCE_DIR because those paths are…

    … indipendend when inserting the project into another with FetchContent_Declare and FetchContent_MakeAvailable
    Murmele committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9f04ca1 View commit details
    Browse the repository at this point in the history
  3. make at least interface

    Murmele committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    91a2c5f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. use file_set

    Murmele committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e409034 View commit details
    Browse the repository at this point in the history
  2. cleanup install

    Murmele committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d1c98b3 View commit details
    Browse the repository at this point in the history