bin/CMakeLists.txt
author koda
Thu, 03 Jun 2010 23:02:35 +0000
changeset 3493 2adbae321127
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
fix iphone version for map preview add gl_priority constant (doesn't affect opengles) fix building hwlibrary

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