bin/CMakeLists.txt
author nemo
Thu, 01 Jul 2010 14:17:22 -0400
changeset 3602 99c93fa258d6
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed

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