bin/CMakeLists.txt
author smxx
Thu, 29 Apr 2010 19:39:58 +0000
changeset 3379 f73e0e8e55c2
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Fixed highlight color (little/big endian issue or just different byte order for clan colors?)

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