bin/CMakeLists.txt
author nemo
Tue, 13 Sep 2011 10:30:39 -0400
changeset 5888 523f45d02ccb
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used

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