bin/CMakeLists.txt
author koda
Sat, 16 Oct 2010 18:53:56 +0200
changeset 3979 a590321a2fbd
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
goodbye Barrelhouse and Island forts, we've had a good time together but now we must move on

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