Kaydet (Commit) 5f1bf659 authored tarafından Louis Sautier's avatar Louis Sautier Kaydeden (comit) Rene Engelhard

Fix build with GLM 0.9.9.0, tdf#118070

One of the test files was forgotten in 953c4add

Change-Id: I0315433c688ff7edb2ba599bbef203cac9de3022
Reviewed-on: https://gerrit.libreoffice.org/55554Reviewed-by: 's avatarRene Engelhard <rene@debian.org>
Tested-by: 's avatarRene Engelhard <rene@debian.org>
üst 812cae2f
......@@ -19,6 +19,12 @@ $(eval $(call gb_Executable_use_externals,icontest,\
))
endif
ifeq ($(SYSTEM_GLM),TRUE)
$(eval $(call gb_Executable_add_defs,icontest,\
-DGLM_ENABLE_EXPERIMENTAL \
))
endif
$(eval $(call gb_Executable_use_api,icontest,\
offapi \
udkapi \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment