oops
authormikade <redgrinner@gmail.com>
Wed, 12 Nov 2014 22:47:43 +0900
changeset 10493 bcbf029e6b08
parent 10492 0cf3b2762606
child 10494 0eb97cf4c78e
oops
share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
--- a/share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt	Tue Nov 11 17:25:47 2014 -0500
+++ b/share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt	Wed Nov 12 22:47:43 2014 +0900
@@ -1,7 +1,9 @@
 file(GLOB luafiles *.lua)
 file(GLOB cfgfiles *.cfg)
+file(GLOB hwpfiles *.hwp)
 
 install(FILES
     ${luafiles}
     ${cfgfiles}
+	${hwpfiles}
     DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)