bin/CMakeLists.txt
author koda
Mon, 09 Apr 2012 03:25:17 +0200
changeset 6869 a187c280dd3d
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
ios: convert audio operation from class to instance, plays better with memory

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