bin/CMakeLists.txt
author koda
Sun, 24 Jan 2010 19:52:30 +0000
changeset 2714 c85ffe57d971
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
update iphone frontend to the new (silly) sdl api, code cleanups for other sections

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