bin/CMakeLists.txt
author unc0rr
Sun, 18 Jan 2009 13:02:38 +0000
changeset 1697 ea3eddd73f2c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Play sad animation on rc plane crash

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