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

Build: Install most headers to Root (and libcore.a/libgui.a) #54

Merged
merged 1 commit into from
May 17, 2019

Commits on May 17, 2019

  1. Build: Install most headers to Root (and libcore.a/libgui.a)

    This makes out-of-tree linking possible. And at the same time, add a
    CMakeToolchain.txt file that can be used to build arbitrary cmake-using
    applications on Serenity by pointing to the CMAKE_TOOLCHAIN_FILE when
    running cmake:
    
        -DCMAKE_TOOLCHAIN_FILE=~/code/serenity/Toolchain/CMakeToolchain.txt
    rburchell committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4f4143c View commit details
    Browse the repository at this point in the history