bin/CMakeLists.txt
author nemo
Fri, 05 Mar 2010 02:57:34 +0000
changeset 2939 58d811e0d41c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
... or I would have been if svn hadn't locked up and made me try my luck at one more...

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