bin/CMakeLists.txt
author koda
Sun, 16 Jan 2011 03:39:54 +0100
branch0.9.14
changeset 4310 4613b178d45c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
trying to close 0.9.14 branch

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