cmake: Fix public header files being installed to rundir

Fixes oversight from https://github.com/obsproject/obs-studio/pull/6768
master
PatTheMav 2022-07-21 22:35:09 +02:00
parent ff4f4fcb92
commit 4e206896b2
No known key found for this signature in database
GPG Key ID: CEFD5D83C12A66B3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function(setup_binary_target target)
EXCLUDE_FROM_ALL
PUBLIC_HEADER
DESTINATION ${OBS_INCLUDE_DESTINATION}
COMPONENT obs_${target}
COMPONENT IGNORED
EXCLUDE_FROM_ALL)
add_custom_command(