bin/CMakeLists.txt
author nemo
Sat, 27 Feb 2010 19:54:03 +0000
changeset 2877 7c0d17ac0902
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
First real reserved hats. Thanks Tiy! Also, seeing if blowtorch looks ok w/ hat on.

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