bin/CMakeLists.txt
author koda
Mon, 12 Apr 2010 21:51:09 +0000
changeset 3338 dee9beba85cc
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
patch by raptor (polished by me) to allow tiger/xcode24 compilation

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