From 2145308fff868b3b0c234d242db4c47ff9607fa3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 15 May 2022 13:35:50 +0800 Subject: ... --- demos/input_method/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/input_method') diff --git a/demos/input_method/CMakeLists.txt b/demos/input_method/CMakeLists.txt index 3a290f3a..7c19c4dd 100644 --- a/demos/input_method/CMakeLists.txt +++ b/demos/input_method/CMakeLists.txt @@ -1,12 +1,12 @@ -add_executable(demo_input_method main.cpp) +add_executable(CruDemoInputMethod main.cpp) if(APPLE) - set_target_properties(demo_input_method PROPERTIES + 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(demo_input_method PRIVATE cru_demo_base) +target_link_libraries(CruDemoInputMethod PRIVATE cru_demo_base) -- cgit v1.2.3