bin/CMakeLists.txt
author Stepan777
Sun, 22 Apr 2012 17:03:55 +0200
changeset 6910 ea058558c68b
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
add a checkbox for the password field prompt (issue #316)

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