externals: stb: Split library into cpp file
This commit is contained in:
Vendored
+1
-1
@@ -168,7 +168,7 @@ if (NOT TARGET LLVM::Demangle)
|
|||||||
add_library(LLVM::Demangle ALIAS demangle)
|
add_library(LLVM::Demangle ALIAS demangle)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(stb stb/stb_dxt.cpp)
|
add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp)
|
||||||
target_include_directories(stb PUBLIC ./stb)
|
target_include_directories(stb PUBLIC ./stb)
|
||||||
|
|
||||||
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
|
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
|
||||||
|
|||||||
Vendored
+7529
File diff suppressed because it is too large
Load Diff
Vendored
-7218
File diff suppressed because it is too large
Load Diff
Vendored
+2282
File diff suppressed because it is too large
Load Diff
Vendored
+1
-2212
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user