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
5 lines
115 B
CMake
5 lines
115 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(clang_rt_builtins C)
|
|
|
|
add_library(clang_rt_builtins STATIC udivti3.c)
|