aboutsummaryrefslogtreecommitdiff
path: root/cube
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2022-02-17 14:22:24 -0700
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-02-18 16:49:37 -0700
commit3a60ee90c184790b47d7c8fa58d3030a248ce33e (patch)
tree679548555dd5684ec1e9bd8a35515effe5b4339b /cube
parentea109aeb9330a47313567efda85197a5a9dde665 (diff)
downloadusermoji-3a60ee90c184790b47d7c8fa58d3030a248ce33e.tar.xz
build: Add install target for vkcube-wayland
Diffstat (limited to 'cube')
-rw-r--r--cube/CMakeLists.txt1
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()