bin/CMakeLists.txt
author koda
Wed, 25 Aug 2010 00:17:51 +0200
changeset 3765 ebfe7c9b3085
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
set flake to non critical, no touches until game is starding, moved some variables to be initialized in the right place

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