Remove stb from thirdparty and use xmake instead
This commit is contained in:
7187
thirdparty/include/stb/stb_image.h
vendored
7187
thirdparty/include/stb/stb_image.h
vendored
File diff suppressed because it is too large
Load Diff
1458
thirdparty/include/stb/stb_image_write.h
vendored
1458
thirdparty/include/stb/stb_image_write.h
vendored
File diff suppressed because it is too large
Load Diff
2
thirdparty/src/stb/stb_image.cpp
vendored
2
thirdparty/src/stb/stb_image.cpp
vendored
@@ -1,2 +0,0 @@
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include <stb/stb_image.h>
|
||||
2
thirdparty/src/stb/stb_image_write.cpp
vendored
2
thirdparty/src/stb/stb_image_write.cpp
vendored
@@ -1,2 +0,0 @@
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include <stb/stb_image_write.h>
|
||||
4
thirdparty/xmake.lua
vendored
4
thirdparty/xmake.lua
vendored
@@ -1,4 +0,0 @@
|
||||
target("stb_image")
|
||||
set_kind("static")
|
||||
set_group("Thirdparties")
|
||||
add_files("src/stb/*.cpp")
|
||||
Reference in New Issue
Block a user