bin/CMakeLists.txt
author koda
Sun, 26 Jun 2011 23:09:48 +0200
branch0.9.15
changeset 4725 20a0b49802a6
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
fix 0.9.15 compilation when debugfile is not specified (there is a better fix already in trunk)

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