bin/CMakeLists.txt
author Henek
Sat, 25 Jun 2011 15:11:11 +0200
changeset 5308 c57a8878eebe
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
fixing some different issues with edit team page and the new dual data setup

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