bin/CMakeLists.txt
author koda
Thu, 08 Jul 2010 23:06:21 +0200
changeset 3630 2c7a9d5aa18c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
fix static land loading on desktop add further checks to the sporadic init bug on iFoos

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