mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Add missing overlay button
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.21.1)
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
project(libucontext LANGUAGES C ASM)
|
||||
|
||||
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
project(stb LANGUAGES C)
|
||||
|
||||
add_library(stb INTERFACE)
|
||||
|
||||
target_include_directories(stb INTERFACE include)
|
||||
Vendored
+7897
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user