share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author unc0rr
Sun, 09 Sep 2012 13:40:02 +0400
changeset 7679 bfa26daad684
parent 7632 81e5e7092023
child 8443 2debc9b9f917
permissions -rw-r--r--
- Fix some warnings in frontend - lupdate

add_subdirectory("A Classic Fairytale")

file(GLOB Scripts *.lua)

install(FILES
	${Scripts}
	DESTINATION ${SHAREPATH}Data/Missions/Campaign)