bin/CMakeLists.txt
author nemo
Sun, 14 Feb 2010 21:57:47 +0000
changeset 2808 8f48b538d591
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Need this too to set it to last hog for current switch alg

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