diff options
| author | 2020-09-14 15:38:00 -0400 | |
|---|---|---|
| committer | 2020-09-14 15:38:00 -0400 | |
| commit | 41cac0a7b0010adbde235a2d909f44910d48bded (patch) | |
| tree | 166ba3c5572587dbaddfa4117b7ee5ef663386bc /subprojects/stb_image | |
| parent | 43d168fb2bea3b45da275f34d9d59c62bfdb89ae (diff) | |
| download | mauri-41cac0a7b0010adbde235a2d909f44910d48bded.tar.gz mauri-41cac0a7b0010adbde235a2d909f44910d48bded.tar.bz2 mauri-41cac0a7b0010adbde235a2d909f44910d48bded.zip | |
handle blending modes and refactor
Diffstat (limited to 'subprojects/stb_image')
| -rw-r--r-- | subprojects/stb_image/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/stb_image/meson.build b/subprojects/stb_image/meson.build index 0f7515f..6a1e2ad 100644 --- a/subprojects/stb_image/meson.build +++ b/subprojects/stb_image/meson.build @@ -1,5 +1,4 @@ project('stb_image', 'c') -stbi_inc = include_directories('.') -stbi = declare_dependency(include_directories: stbi_inc) +stbi = declare_dependency(include_directories: include_directories('.')) |