bin/CMakeLists.txt
author nemo
Mon, 01 Nov 2010 00:13:58 -0400
changeset 4077 e7d838d063a4
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Avoid a flicker of tags if jiggling a hog, remove a bunch of calls to hwRound and hwSign

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