bin/CMakeLists.txt
author Palewolf
Sun, 14 Nov 2010 12:57:01 +0100
changeset 4327 224efdd648e1
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Small animation on bullet impact

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