bin/CMakeLists.txt
author Mitchell Kember <mk12360@gmail.com>
Sun, 02 Dec 2012 17:44:34 -0500
changeset 8192 81da6576b0c3
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Make video recording options have fixed size and merge with spinbox->combobox change.

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