mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
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:
parent
2b0e3e9fd1
commit
d90e656fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue