bin/CMakeLists.txt
author unc0rr
Wed, 27 May 2009 03:47:40 +0000
changeset 2122 a3f987f1ddcd
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Current trunk version isn't compatible with 0.9.11, so set version to 0.9.12-dev

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