From f5c89b3bd5d74849757fd5b4d1a300068522a3ca Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:26:57 -0800 Subject: Initial commit --- stb/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stb/CMakeLists.txt (limited to 'stb/CMakeLists.txt') diff --git a/stb/CMakeLists.txt b/stb/CMakeLists.txt new file mode 100644 index 0000000..a07cbfe --- /dev/null +++ b/stb/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.30) + +project(stb) + +add_library(stb INTERFACE) + +target_include_directories(stb INTERFACE + ${CMAKE_CURRENT_SOURCE_DIR}) -- cgit v1.2.3