bin/CMakeLists.txt
author nemo
Sat, 14 Nov 2009 05:26:26 +0000
changeset 2620 796269129c47
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
koda, can we try to keep unC0Rr's code formatting, and not just change it when we feel like it?

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