diff options
| author | Tony-LunarG <tony@lunarg.com> | 2022-02-17 14:22:24 -0700 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2022-02-18 16:49:37 -0700 |
| commit | 3a60ee90c184790b47d7c8fa58d3030a248ce33e (patch) | |
| tree | 679548555dd5684ec1e9bd8a35515effe5b4339b /cube | |
| parent | ea109aeb9330a47313567efda85197a5a9dde665 (diff) | |
| download | usermoji-3a60ee90c184790b47d7c8fa58d3030a248ce33e.tar.xz | |
build: Add install target for vkcube-wayland
Diffstat (limited to 'cube')
| -rw-r--r-- | cube/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cube/CMakeLists.txt b/cube/CMakeLists.txt index 4087351d..616fbc96 100644 --- a/cube/CMakeLists.txt +++ b/cube/CMakeLists.txt @@ -350,5 +350,6 @@ if(UNIX AND NOT APPLE) # i.e. Linux target_link_libraries(vkcube-wayland rt) endif() endif() + install(TARGETS vkcube-wayland RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() endif() |
