1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-01 07:24:29 +00:00

pipewire: Use C99

Reduces the amount of warnings we get
This commit is contained in:
Aleix Pol 2021-10-14 15:15:20 +02:00 committed by Aleix Pol Gonzalez
parent 97cbf48059
commit b4eccc2134

View File

@ -32,6 +32,7 @@ add_library(krfb_framebuffer_pw
MODULE
${krfb_framebuffer_pw_SRCS}
)
set_property(TARGET krfb_framebuffer_pw PROPERTY C_STANDARD 99)
target_link_libraries(krfb_framebuffer_pw
Qt5::Core