From 3a60ee90c184790b47d7c8fa58d3030a248ce33e Mon Sep 17 00:00:00 2001 From: Tony-LunarG Date: Thu, 17 Feb 2022 14:22:24 -0700 Subject: build: Add install target for vkcube-wayland --- cube/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'cube') 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() -- cgit v1.2.3