bin/CMakeLists.txt
author koda
Sat, 10 Oct 2009 14:26:50 +0000
changeset 2413 d921d13a8546
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
fix that nasty "Pascal Internal Error" when compiling

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