bin/CMakeLists.txt
author nemo
Sun, 21 Jun 2009 17:47:57 +0000
changeset 2182 ed7e7eb3f9ed
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Ugly graphic for jetpack - jetpack should be essentially functional.

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