build: Add install target for vkcube-wayland
authorTony-LunarG <tony@lunarg.com>
Thu, 17 Feb 2022 21:22:24 +0000 (14:22 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 18 Feb 2022 23:49:37 +0000 (16:49 -0700)
cube/CMakeLists.txt

index 4087351..616fbc9 100644 (file)
@@ -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()