bin/CMakeLists.txt
author koda
Sat, 26 Jun 2010 04:36:04 +0200
changeset 3551 d4de36b3801a
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
moar zoom, fixed fort mode, other glitches but best of all, touch works fo' real

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