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

Simplified CMake #7

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Simplified CMake, make cmake more flexible, added support of macos, a…

    …dded include pathes from root of src folder to simplify including library in different projects.
    
    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b50e0b0 View commit details
    Browse the repository at this point in the history
  2. Added additional little fix for autoresolving path for installation f…

    …older according to GNU guidelines.
    
    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2fd2765 View commit details
    Browse the repository at this point in the history
  3. Added fix for delivering the same structure of includes.

    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    90ef5c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Added fixes for missed examples and tools.

    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1892a9b View commit details
    Browse the repository at this point in the history
  2. Added fix for simlifying running cmake from build.sh

    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4cd48c2 View commit details
    Browse the repository at this point in the history
  3. Fix build scripts.

    Signed-off-by: Oleksandr Ismailov <tama.rilla@protonmail.com>
    alexismailov2 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8b31c56 View commit details
    Browse the repository at this point in the history