bin/CMakeLists.txt
author koda
Sat, 24 Jul 2010 23:23:10 +0200
changeset 3667 9359a70df013
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
use external libs more consistently scrap openalbridge in favour of sdl_mixer (once again) removed many double free crashes added Tiy's graphics and pause the game when popover appears

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