aboutsummaryrefslogtreecommitdiff
path: root/demos/input_method/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/input_method/CMakeLists.txt')
-rw-r--r--demos/input_method/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/demos/input_method/CMakeLists.txt b/demos/input_method/CMakeLists.txt
deleted file mode 100644
index 7c19c4dd..00000000
--- a/demos/input_method/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-add_executable(CruDemoInputMethod main.cpp)
-
-if(APPLE)
- set_target_properties(CruDemoInputMethod PROPERTIES
- MACOSX_BUNDLE TRUE
- MACOSX_BUNDLE_BUNDLE_NAME demo-input-method
- MACOSX_BUNDLE_GUI_IDENTIFIER life.crupest.cru.demo-input-method
- )
-endif()
-
-target_link_libraries(CruDemoInputMethod PRIVATE cru_demo_base)
-