bin/CMakeLists.txt
author unc0rr
Sun, 21 Nov 2010 19:51:33 +0300
changeset 4404 6bae4e9461aa
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Remove some more circular dependencies

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