bin/CMakeLists.txt
author nemo
Fri, 12 Nov 2010 16:00:28 -0500
changeset 4275 24137d2be956
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
off by 1 error in resurrector index

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