bin/CMakeLists.txt
author nemo
Mon, 08 Oct 2012 21:07:18 -0400
changeset 7733 a1476c09403f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Knife is still broken, but so koda can fix it...

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