bin/CMakeLists.txt
author sheepluva
Tue, 05 Apr 2011 20:28:44 +0200
changeset 5104 e31409482740
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :( XD

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