bin/CMakeLists.txt
author unc0rr
Fri, 02 Nov 2012 10:17:52 +0400
changeset 7926 550083f61a0e
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
oops, fix incorrect room owner name in ROOM UPD command again

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