mirror of https://github.com/PCSX2/pcsx2.git
cmake: Fix missing librt include
This commit is contained in:
parent
ee0b2b1249
commit
cee077d1d3
|
@ -1259,6 +1259,7 @@ target_link_libraries(PCSX2 PRIVATE
|
|||
PNG::PNG
|
||||
Freetype::Freetype
|
||||
LibLZMA::LibLZMA
|
||||
${LIBC_LIBRARIES}
|
||||
)
|
||||
|
||||
### Generate the resources files
|
||||
|
|
Loading…
Reference in New Issue