mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-06 00:56:13 +00:00
Potential fix for undefined reference to std::filesystem on debian
This commit is contained in:
parent
aae47d750e
commit
4d56f6e7b5
@ -109,6 +109,7 @@ endif()
|
|||||||
|
|
||||||
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
|
stdc++fs
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
enet
|
enet
|
||||||
opus
|
opus
|
||||||
|
Loading…
Reference in New Issue
Block a user