bin/CMakeLists.txt
author Xeli
Wed, 10 Aug 2011 01:50:57 +0200 (2011-08-09)
branchhedgeroid
changeset 5534 7f3a391a66fb
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
typo on the nullpointer check
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)