bin/CMakeLists.txt
author Xeli
Thu, 23 Jun 2011 13:52:19 +0200
branchhedgeroid
changeset 5309 6f33c623d64c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Updated the path of hwLibrary.pas

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