bin/CMakeLists.txt
author koda
Wed, 07 Apr 2010 01:22:05 +0000
changeset 3316 52f0482b043f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
fix a couple of leaks in hte ifrontend

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