Fix release distribution (#4713)

Statically link SDL2 to make our samples (glTF Viewer, etc.) completely
standalone, and include missing resources (fonts and default environment
map for the IBL).
This commit is contained in:
Romain Guy
2021-10-07 10:11:27 -07:00
committed by GitHub
parent 764a0df669
commit a5dbddfd12
8 changed files with 18 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ struct App {
};
static const char* MODEL_FILE = "assets/models/monkey/monkey.obj";
static const char* IBL_FOLDER = "default_env";
static const char* IBL_FOLDER = "assets/ibl/lightroom_14b";
static constexpr bool ENABLE_SHADOWS = true;