bin/CMakeLists.txt
author nemo
Fri, 12 Nov 2010 15:57:30 -0500
changeset 4272 cf18de7ea3d4
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine

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