bin/CMakeLists.txt
author nemo
Sun, 20 Jun 2010 18:26:49 -0400
changeset 3521 96a502730e81
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Remove redundant test, add some temp variables to speed up the expensive CheckLand

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