mirror of
https://github.com/nothings/stb.git
synced 2025-12-29 09:14:38 +00:00
compile tests for everything except textedit, both C and C++
This commit is contained in:
11
tests/compile_test_cpp.cpp
Normal file
11
tests/compile_test_cpp.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#define STB_TRUETYPE_IMPLEMENTATIOn
|
||||
#define STB_PERLIN_IMPLEMENTATION
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#define STB_DXT_IMPLEMENATION
|
||||
#define STB_C_LEXER_IMPLEMENTATIOn
|
||||
|
||||
#include "stb_truetype.h"
|
||||
#include "stb_image_write.h"
|
||||
#include "stb_perlin.h"
|
||||
#include "stb_dxt.h"
|
||||
#include "stb_c_lexer.h"
|
||||
Reference in New Issue
Block a user