bin/CMakeLists.txt
author koda
Sat, 18 Sep 2010 01:50:29 +0200
changeset 3875 7d7c16ed5056
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
added forgotten images, removed support for CJK fonts (saving 13 MB)

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