bin/CMakeLists.txt
author sheepluva
Thu, 25 Aug 2011 21:00:53 +0200 (2011-08-25)
changeset 5684 bc3d2a58921c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
* partial rollback of changes to camera * fixed typo in comments
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)