bin/CMakeLists.txt
author nemo
Wed, 07 Nov 2012 14:02:10 -0500
changeset 8003 7d8bce524daf
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
LongInt Land width/height, mouse coords

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