bin/CMakeLists.txt
author sheepluva
Sun, 16 May 2010 23:43:45 +0000
changeset 3468 c7b80bdbc384
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
* make portals delete each other only indirectly (by setting timer to 0) * add VGSHandler.inc to CMakeLists.txt

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