bin/CMakeLists.txt
author nemo
Sun, 24 Oct 2010 10:11:30 -0400
changeset 3992 283a6d17fc4b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
initialise to team count

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