diff options
-rw-r--r-- | basebmp/StaticLibrary_basebmp.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk index c80427f85344..e98e266c072e 100644 --- a/basebmp/StaticLibrary_basebmp.mk +++ b/basebmp/StaticLibrary_basebmp.mk @@ -11,6 +11,11 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,basebmp)) $(eval $(call gb_StaticLibrary_use_sdk_api,basebmp)) +$(eval $(call gb_StaticLibrary_set_include,basebmp,\ + -I$(SRCDIR)/basebmp/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_StaticLibrary_use_externals,basebmp,\ boost_headers \ vigra_headers \ |