bin/CMakeLists.txt
author unc0rr
Tue, 29 Jul 2008 10:46:57 +0000
changeset 1134 4ede07a6803d
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
- Update pirate, added snow soundtrack - Mention Jonatan Nilsson in copyrights

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	
	install(FILES
		${DLLs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)