bin/CMakeLists.txt
author Xeli
Sun, 25 Sep 2011 18:19:45 +0200
branchhedgeroid
changeset 5941 db4751cb4f53
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
make the fire button appear only on android for now, I'll make it depend on a variable later on

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