meson: drop intel_ prefix on imgui_core

Again, no real effect, just the name of a temporary build file.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom 2019-11-21 23:13:01 +00:00
parent 2b0e3e9fd1
commit d90e656fa7

View file

@ -1,5 +1,5 @@
libimgui_core = static_library(
'intel_imgui_core',
'imgui_core',
files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
cpp_args : ['-w'],
install : false