bin/CMakeLists.txt
author nemo
Tue, 24 Nov 2009 20:40:08 +0000
changeset 2640 fa096fb04b24
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
tiny french tweak by artart78, check in inu's portugese much later now that svn is back

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