Remove stb from thirdparty and use xmake instead

This commit is contained in:
Jérôme Leclercq
2021-05-29 19:28:01 +02:00
parent b657cde5b5
commit 9d1c821a16
8 changed files with 8 additions and 8660 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>

View File

@@ -1,2 +0,0 @@
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb/stb_image_write.h>

View File

@@ -1,4 +0,0 @@
target("stb_image")
set_kind("static")
set_group("Thirdparties")
add_files("src/stb/*.cpp")