bin/CMakeLists.txt
author unc0rr
Tue, 06 Nov 2012 22:35:08 +0400
changeset 7986 53b1da5ee7f4
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Maybe this caused server crashes? Add more strictness on team owner record field

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