bin/CMakeLists.txt
author koda
Fri, 12 Nov 2010 17:08:31 +0100
changeset 4250 d83b53997e0b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
exposing Henek's no wind flag

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