bin/CMakeLists.txt
author nemo
Sun, 24 Jan 2010 07:37:00 +0000
changeset 2704 51cda17b7c3b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Rolling random numbers before land is generated is bad, m'kay? InitWorld probably not the best place for it.

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