bin/CMakeLists.txt
author koda
Sat, 31 Jul 2010 10:52:43 +0200
changeset 3695 c11abf387a7d
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
reverted stereo craziness - the experimental3D branch has been created for a reason

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