bin/CMakeLists.txt
author unc0rr
Tue, 01 Jul 2008 22:26:36 +0000
changeset 1044 f759aae1062f
parent 223 c41effdd461d
child 4501 53ac7d07e673
permissions -rw-r--r--
Install all dlls from bin folder

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