about summary refs log tree commit diff
path: root/pkgs/development/tools/solarus-quest-editor/patches/fix-install.patch
blob: 98c26c1a70610fc7d769d296bf1fc399d0350fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description Fix CMakeLists.txt to install binaries. Fixed in 1.5 upstream.
# Author "Nathan R. Moore <natedevv@gmail.com>"
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -359,6 +359,11 @@
   "${MODPLUG_LIBRARY}"
 )
 
+# Set files to install
+install(TARGETS solarus-quest-editor
+    RUNTIME DESTINATION bin
+)
+
 # Platform specific.
 
 # Windows: disable the console.