CMakeLists.txt: don't precompile stb_ds.h, precompile SDL.h
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include "twn_text_c.h"
|
||||
|
||||
#include <glad/glad.h>
|
||||
#include <stb_ds.h>
|
||||
|
||||
|
||||
/* interleaved vertex array data */
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "twn_engine_context_c.h"
|
||||
|
||||
#include <stb_truetype.h>
|
||||
|
||||
#include <stb_ds.h>
|
||||
|
||||
#define ASCII_START 32
|
||||
#define ASCII_END 128
|
||||
|
Reference in New Issue
Block a user