bin/CMakeLists.txt
author nemo
Thu, 11 Nov 2010 11:04:24 -0500
changeset 4241 835fd7a0e1bf
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.

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