From 494d2db1c1203acc9d9f2b127b75c6df6160057a Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 19 Apr 2020 19:54:44 +0800 Subject: ... --- demos/input_method/CMakeLists.txt | 2 ++ demos/input_method/main.cpp | 0 2 files changed, 2 insertions(+) create mode 100644 demos/input_method/CMakeLists.txt create mode 100644 demos/input_method/main.cpp (limited to 'demos/input_method') diff --git a/demos/input_method/CMakeLists.txt b/demos/input_method/CMakeLists.txt new file mode 100644 index 00000000..98e36e29 --- /dev/null +++ b/demos/input_method/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(demo_input_method main.cpp) +target_link_libraries(demo_input_method PRIVATE cru_demo_base) diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3