diff options
Diffstat (limited to 'demos/input_method')
-rw-r--r-- | demos/input_method/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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) |