diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-09 20:15:44 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-09 20:15:44 +0800 |
commit | 20fc1e5595e4f498d297c09934dbfcc005982f54 (patch) | |
tree | 0fdc263a12b7a9996cbe7dfa2b4ff7d43b0e0ce8 /src/platform/gui/xcb/CMakeLists.txt | |
parent | f761d4ef25ab0e695c79ae5c2ede1f850f1607af (diff) | |
download | cru-20fc1e5595e4f498d297c09934dbfcc005982f54.tar.gz cru-20fc1e5595e4f498d297c09934dbfcc005982f54.tar.bz2 cru-20fc1e5595e4f498d297c09934dbfcc005982f54.zip |
Implement mouse button events.
Diffstat (limited to 'src/platform/gui/xcb/CMakeLists.txt')
-rw-r--r-- | src/platform/gui/xcb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/gui/xcb/CMakeLists.txt b/src/platform/gui/xcb/CMakeLists.txt index 2ef675a3..8bd64279 100644 --- a/src/platform/gui/xcb/CMakeLists.txt +++ b/src/platform/gui/xcb/CMakeLists.txt @@ -1,6 +1,7 @@ find_library(LIBRARY_CAIRO cairo REQUIRED) find_library(LIBRARY_XCB xcb REQUIRED) add_library(CruPlatformGuiX11 + Keyboard.cpp UiApplication.cpp Window.cpp ) |