# HG changeset patch
# User unc0rr
# Date 1523809234 -7200
# Node ID a4e7e62f2c0dcf67ff2181550085475b09455377
# Parent  4a713e29a4dad4c6691f8e1895d8483b6f8bbff0
Install platforms dir too

diff -r 4a713e29a4da -r a4e7e62f2c0d bin/CMakeLists.txt
--- a/bin/CMakeLists.txt	Fri Apr 13 16:18:57 2018 -0400
+++ b/bin/CMakeLists.txt	Sun Apr 15 18:20:34 2018 +0200
@@ -1,5 +1,5 @@
 if(WIN32 AND NOT UNIX)
-    file(GLOB DLLs *.dll)
+    file(GLOB_RECURSE DLLs *.dll)
     file(GLOB ICOs *.ico)
 
     install(FILES