bin/CMakeLists.txt
author burp
Sat, 21 Aug 2010 22:54:43 +0200
changeset 3750 3aa85b5f3318
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
SpawnCustomCrateAt: spawn crate at random position for x=y=0, also let it return the gear, and luabindings the gear uid

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