aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()