bin/CMakeLists.txt
author Xeli
Sat, 12 Nov 2011 14:50:35 +0100
branchhedgeroid
changeset 6232 cf4b0f43d64d
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port

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