diff options
Diffstat (limited to 'demos/input_method/CMakeLists.txt')
-rw-r--r-- | demos/input_method/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/input_method/CMakeLists.txt b/demos/input_method/CMakeLists.txt index 4c94bcbd..7f8be37a 100644 --- a/demos/input_method/CMakeLists.txt +++ b/demos/input_method/CMakeLists.txt @@ -5,8 +5,8 @@ else() add_executable(demo_input_method MACOSX_BUNDLE main.cpp) set_target_properties(demo_input_method PROPERTIES BUNDLE TRUE - MACOSX_BUNDLE_GUI_IDENTIFIER life.crupest.cru.demo_input_method - MACOSX_BUNDLE_BUNDLE_NAME demo_input_method + MACOSX_BUNDLE_GUI_IDENTIFIER life.crupest.cru.demo-input-method + MACOSX_BUNDLE_BUNDLE_NAME demo-input-method ) endif() |