bin/CMakeLists.txt
author nemo
Sat, 19 Nov 2011 15:36:33 -0500
changeset 6404 789c17eac2fe
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Aaaand merge into trunk too in case guys I was playing earlier are on 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)