cmake: Fix missing librt include

This commit is contained in:
TellowKrinkle 2021-07-21 19:44:52 -05:00 committed by tellowkrinkle
parent ee0b2b1249
commit cee077d1d3
1 changed files with 1 additions and 0 deletions

View File

@ -1259,6 +1259,7 @@ target_link_libraries(PCSX2 PRIVATE
PNG::PNG
Freetype::Freetype
LibLZMA::LibLZMA
${LIBC_LIBRARIES}
)
### Generate the resources files