bin/CMakeLists.txt
author smxx
Fri, 07 May 2010 10:54:07 +0000
changeset 3445 1ce844170014
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Added possibility to use hats with areas tinted with team color Frontend: * Updated hat preview to include tinted areas

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