bin/CMakeLists.txt
author nemo
Fri, 25 Jun 2010 22:59:31 -0400
changeset 3558 86a4437e614b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Flag dimensions with booleans instead of using 0.

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