bin/CMakeLists.txt
author koda
Thu, 22 Jul 2010 12:47:32 +0200
changeset 3663 8c28abf427f5
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
reduce the number of keywords used and switch to BMP format for screenshots fixed a few little things from previous commit

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