diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-18 15:56:42 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-18 18:16:01 +1000 |
commit | 37c766dcde54412050bda323dd6f146b22232e60 (patch) | |
tree | 52dfc31b8f01f0402f40f0eaabec348108ed6ccd /vcl/Module_vcl.mk | |
parent | a00c4c5e2fb9461fef1fbce4d51c8cdf36141b9f (diff) |
vcl: make vcldemo work
Change-Id: Icef2d988c37fb7b25245ad9f3f3856fa86f76a77
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 35a08bbb85f7..641d06163fb7 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -25,7 +25,9 @@ $(eval $(call gb_Module_add_targets,vcl,\ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ StaticLibrary_vclmain \ Executable_ui-previewer) \ - $(if $(filter-out ANDROID IOS,$(OS)),Executable_svdemo) \ + $(if $(filter-out ANDROID IOS,$(OS)), \ + Executable_svdemo \ + Executable_vcldemo) \ Library_vclopengl \ )) |