diff --git a/hyprwayland-scanner-config.cmake.in b/hyprwayland-scanner-config.cmake.in index 02096fe..3f086c7 100644 --- a/hyprwayland-scanner-config.cmake.in +++ b/hyprwayland-scanner-config.cmake.in @@ -9,6 +9,7 @@ function(hyprwayland_protocol targets protoName protoPath outputPath) ) foreach(target ${targets}) target_sources(${target} PRIVATE "${outputPath}/${protoName}.cpp") + target_sources(${target} PRIVATE "${outputPath}/${protoName}.hpp") endforeach() endfunction()