bin/CMakeLists.txt
author Xeli
Sat, 04 Feb 2012 23:06:22 +0100
changeset 6623 6bf169f1e97c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
check if the latest assets have been moved to the sdcard (compare with versionCode)

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