Made STB the default image manipulation library to reduce memory usage (GraphicsMagick can still be selected). closes #93

This commit is contained in:
emeric
2020-10-17 14:58:41 +02:00
parent e79dae48d1
commit c04f57ceb5
63 changed files with 866 additions and 545 deletions
+11
View File
@@ -0,0 +1,11 @@
find_path(STB_INCLUDE_DIR stb/stb.h)
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
STB
FOUND_VAR STB_FOUND
REQUIRED_VARS STB_INCLUDE_DIR
)