diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-10 11:37:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-12 11:57:19 +0100 |
commit | 7435040a18eb866be0fa77e71c6b4c626f1ae897 (patch) | |
tree | 7de6c3e1f02d3bb67cb41a197ed2124861213151 /canvas/StaticLibrary_directxcanvas.mk | |
parent | ed3d1f3e1368f81e928cc1ecc4c127a3d540d96e (diff) |
move some canvas/ headers inside the module
Change-Id: Iaa00cff88ad756b7e084cc68fe744d387328180b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88360
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/StaticLibrary_directxcanvas.mk')
-rw-r--r-- | canvas/StaticLibrary_directxcanvas.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/canvas/StaticLibrary_directxcanvas.mk b/canvas/StaticLibrary_directxcanvas.mk index 8b14d0bbbe9d..c7f475248a5e 100644 --- a/canvas/StaticLibrary_directxcanvas.mk +++ b/canvas/StaticLibrary_directxcanvas.mk @@ -10,6 +10,11 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,directxcanvas)) +$(eval $(call gb_StaticLibrary_set_include,directxcanvas,\ + $$(INCLUDE) \ + -I$(SRCDIR)/canvas/inc \ +)) + $(eval $(call gb_StaticLibrary_use_external,directxcanvas,boost_headers)) $(eval $(call gb_StaticLibrary_use_api,directxcanvas,\ |