bin/CMakeLists.txt
author nemo
Sat, 13 Nov 2010 09:36:26 -0500
changeset 4309 a69c73c5d173
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
merge of 0.9.14 changes into default - hopefully I successfully avoided the parts we don't want

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