bin/CMakeLists.txt
author koda
Tue, 06 Jul 2010 03:33:01 +0200
changeset 3625 9f1d79e01a60
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
icons \o/ fixed orientation and launch image issues prevent a crash when loading lobby multiple times

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