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

cmake --install is broken #14

Open
tronical opened this issue Jun 2, 2023 · 0 comments
Open

cmake --install is broken #14

tronical opened this issue Jun 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tronical
Copy link
Member

tronical commented Jun 2, 2023

There are two issues when running cmake --install $builddir:

  1. The application binary isn't installed.
  2. When Slint is built via FetchContent, Slint is installed with headers, slint-compiler, etc. instead.

Expected outcome:

  1. The application binary is installed
    2.libslint_cpp.so is installed next to it. Perhaps this could be done using CMake's runtime dependency support.
@tronical tronical added the bug Something isn't working label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant