Upgrade to Qt 6 (#130)
Why? Open Source Qt 5 will stop receiving updates rather sooner than later so it's worth switching to Qt 6 to remain compatible with modern systems. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/130
This commit is contained in:
4
externals/clang_rt_builtins/CMakeLists.txt
vendored
Normal file
4
externals/clang_rt_builtins/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(clang_rt_builtins C)
|
||||
|
||||
add_library(clang_rt_builtins STATIC udivti3.c)
|
||||
Reference in New Issue
Block a user