diff options
| author | realtradam <[email protected]> | 2023-04-24 00:50:44 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-24 00:50:44 -0400 |
| commit | cb179e56eb5f636789a5132aa6beedb124a0afea (patch) | |
| tree | 10607b5f99ea28348f6381c1c41eac06aa5e2898 /src/compile_flags.txt | |
| parent | c269866b203d285278a75a7dcaf35401828151cd (diff) | |
| download | rodeo_sample_game-cb179e56eb5f636789a5132aa6beedb124a0afea.tar.gz rodeo_sample_game-cb179e56eb5f636789a5132aa6beedb124a0afea.zip | |
rodeo bump
Diffstat (limited to 'src/compile_flags.txt')
| -rw-r--r-- | src/compile_flags.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/compile_flags.txt b/src/compile_flags.txt index 614f424..72b2967 100644 --- a/src/compile_flags.txt +++ b/src/compile_flags.txt @@ -1,9 +1,10 @@ -I./ --I../external/RodeoEngine/include --I../external/RodeoEngine/external/bgfx/include --I../external/RodeoEngine/external/bx/include --I../external/RodeoEngine/external/STC/include +-I../external/RodeoKit/include +-I../external/RodeoKit/external/bgfx/include +-I../external/RodeoKit/external/bx/include +-I../external/RodeoKit/external/STC/include -Wall -Wextra -Wpedantic -Wconversion +-std=c99 |
