bin/CMakeLists.txt
author unc0rr
Wed, 23 Jun 2010 22:17:27 +0400
changeset 3542 f216b24aeb7f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
- Fix a function - Add forgotten file to CMakeLists

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