bin/CMakeLists.txt
author nemo
Mon, 27 Dec 2010 12:43:29 -0500
changeset 4720 a9f9c96db60c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Allow people to see my clever seed names if I set to something other than random seed hash.

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