diff options
author | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
commit | 2145308fff868b3b0c234d242db4c47ff9607fa3 (patch) | |
tree | 4dbe08dcdc9f15b81588e563981323e898dd2a9f /demos/input_method/CMakeLists.txt | |
parent | 4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff) | |
download | cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2 cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip |
...
Diffstat (limited to 'demos/input_method/CMakeLists.txt')
-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) |