bin/CMakeLists.txt
author unc0rr
Mon, 19 Jan 2009 18:53:04 +0000
branch0.9.9
changeset 1728 fee68e3a3039
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Fix 099 release too

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