Browse Source
build fix
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3016/head
crueter
1 month ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/qt_common/CMakeLists.txt
|
|
|
@ -84,8 +84,8 @@ add_subdirectory(externals) |
|
|
|
find_package(frozen) |
|
|
|
|
|
|
|
target_link_libraries(qt_common PRIVATE core Qt6::Core Qt6::Concurrent SimpleIni::SimpleIni QuaZip::QuaZip) |
|
|
|
target_link_libraries(qt_common PUBLIC frozen::frozen-headers) |
|
|
|
target_link_libraries(qt_common PRIVATE gamemode::headers) |
|
|
|
target_link_libraries(qt_common PUBLIC frozen::frozen-headers Vulkan::UtilityHeaders) |
|
|
|
|
|
|
|
if (NOT APPLE AND ENABLE_OPENGL) |
|
|
|
target_compile_definitions(qt_common PUBLIC HAS_OPENGL) |
|
|
|
|