bin/CMakeLists.txt
author nemo
Wed, 12 Oct 2011 21:00:12 -0400 (2011-10-13)
changeset 6126 61c1161ee32f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)