mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: imgui: Add missing build files.
* gnu/packages/toolkits.scm (imgui)[phases]: Add imgui_tables.cpp and imgui_widgets.cpp to the build phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
45d0c82dcc
commit
74f9c8e47f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -69,6 +70,8 @@ (define-public imgui
|
|||
"-o" "libimgui.so"
|
||||
"imgui.cpp"
|
||||
"imgui_draw.cpp"
|
||||
"imgui_tables.cpp"
|
||||
"imgui_widgets.cpp"
|
||||
;; Include the supported backends.
|
||||
"backends/imgui_impl_glfw.cpp"
|
||||
"backends/imgui_impl_sdl.cpp"
|
||||
|
|
Loading…
Reference in a new issue