bin/CMakeLists.txt
author smxx
Mon, 01 Mar 2010 12:20:38 +0000
changeset 2897 5eda7b3cc24f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Frontend: * Added labels and moved the fort selection on the edit team page * Realigned most items on the settings page

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