diff options
| author | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
| commit | 34a64e6ffefaab007578932ddbab931a25f1d56e (patch) | |
| tree | 541fdb8279e829a129df62288d09916bf23c9200 /demos/CMakeLists.txt | |
| parent | 8ad2966933957ac5d6ff8dcd5e732736fd5e4dc6 (diff) | |
| download | cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.gz cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.bz2 cru-34a64e6ffefaab007578932ddbab931a25f1d56e.zip | |
...
Diffstat (limited to 'demos/CMakeLists.txt')
| -rw-r--r-- | demos/CMakeLists.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 220fbeae..9b8f0fec 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -1,23 +1,23 @@ -add_library(cru_demo_base INTERFACE) +add_library(CruDemoBase INTERFACE) -target_link_libraries(cru_demo_base INTERFACE CruPlatformBootstrap) +target_link_libraries(CruDemoBase INTERFACE CruPlatformBootstrap) if(WIN32) add_subdirectory(graphics) add_subdirectory(main) - add_subdirectory(scroll_view) + add_subdirectory(ScrollView) - add_subdirectory(input_method) - add_subdirectory(svg_path) + add_subdirectory(InputMethod) + add_subdirectory(SvgPath) elseif(APPLE) add_subdirectory(graphics) add_subdirectory(main) - add_subdirectory(scroll_view) + add_subdirectory(ScrollView) - add_subdirectory(input_method) - add_subdirectory(svg_path) + add_subdirectory(InputMethod) + add_subdirectory(SvgPath) elseif(UNIX) add_subdirectory(xcb) endif() |
