aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-03 22:21:40 +0800
committercrupest <crupest@outlook.com>2022-02-03 22:21:40 +0800
commit168c73731cefabdec877e0c9c2cdf15e1b06a9bc (patch)
tree0c5d8acd0d3704d9bf80dcef283e4e7cb039ee9f /src/platform/gui/CMakeLists.txt
parentbe732c1027dda609569545d86aa636bc4507ef36 (diff)
downloadcru-168c73731cefabdec877e0c9c2cdf15e1b06a9bc.tar.gz
cru-168c73731cefabdec877e0c9c2cdf15e1b06a9bc.tar.bz2
cru-168c73731cefabdec877e0c9c2cdf15e1b06a9bc.zip
...
Diffstat (limited to 'src/platform/gui/CMakeLists.txt')
-rw-r--r--src/platform/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/gui/CMakeLists.txt b/src/platform/gui/CMakeLists.txt
index 81be85d9..bd899ecd 100644
--- a/src/platform/gui/CMakeLists.txt
+++ b/src/platform/gui/CMakeLists.txt
@@ -1,5 +1,6 @@
add_library(cru_platform_gui SHARED
Keyboard.cpp
+ Menu.cpp
UiApplication.cpp
)
target_link_libraries(cru_platform_gui PUBLIC cru_platform_graphics)