mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-01 01:52:04 -05:00
For exported targets `INCLUDES DESTINATION` behaves in a specific way when running `install`: It sets the `INTERFACE_INCLUDE_DIRECTORY` for the target (relative to the `INSTALL_PREFIX` when a relative path is given). This is not implicitly done by CMake, which resulted in the exported libobs Framework to miss the variable and as such targets linking to libobs were not able to find the necessary headers anymore.