bin/CMakeLists.txt
author nemo
Fri, 12 Nov 2010 18:24:11 -0500
changeset 4291 7e489fe1b49c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
bugfix. correct crossplatform tips (transplanted from e59a026758af1ed70833e588075483b01af6c87c)

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