bin/CMakeLists.txt
author koda
Thu, 17 Mar 2011 23:53:33 +0100
changeset 5019 e38d1720a0ff
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
allows for building hedgewars with SDL-1.3 also reordered other sdl~version dependent macros into a proper cmake module file

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