bin/CMakeLists.txt
author koda
Thu, 03 Jun 2010 18:31:56 +0000
changeset 3492 07256e1ad559
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
map preview generation reworked like nemo suggested (he was right, it's quickier in this way) add some rounding image capabilities for more professional look

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