bin/CMakeLists.txt
author unc0rr
Wed, 13 Aug 2008 11:29:27 +0000
changeset 1203 7a7a2fd6a3af
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Mention Niklas Grahn for his translation on about page

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