bin/CMakeLists.txt
author koda
Wed, 31 Mar 2010 22:54:28 +0000
changeset 3221 3e6586c1ab4f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
koda's changelog turn fix to build mac system remove some warnings forgot one hat debug stuff

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