thanks bsd
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
87e540ecf7
commit
6283d94bdd
1 changed files with 8 additions and 1 deletions
|
@ -485,7 +485,14 @@ else()
|
|||
find_package(Opus 1.3 MODULE REQUIRED)
|
||||
find_package(ZLIB 1.2 REQUIRED)
|
||||
find_package(zstd 1.5 REQUIRED MODULE)
|
||||
find_package(Boost 1.57.0 REQUIRED context system fiber)
|
||||
|
||||
# wow
|
||||
if (PLATFORM_LINUX)
|
||||
find_package(Boost 1.57.0 REQUIRED headers context system fiber)
|
||||
else()
|
||||
find_package(Boost 1.57.0 REQUIRED)
|
||||
endif()
|
||||
|
||||
find_package(MbedTLS 3 REQUIRED)
|
||||
|
||||
find_package(VulkanUtilityLibraries REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue