bin/CMakeLists.txt
author nemo
Sat, 01 May 2010 18:44:25 +0000
changeset 3388 ab9352a4ddcc
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Fix portal graphic name, continuing work on portal movement

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