slint-ui / slint-cpp-template

A template for a C++ Application using Slint
https://slint.dev
MIT License
45 stars 11 forks source link

`cmake --install` is broken #14

Open tronical opened 1 year ago

tronical commented 1 year ago

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.