bin/CMakeLists.txt
author nemo
Wed, 31 Oct 2012 16:35:43 -0400
branch0.9.18
changeset 7908 7e52d5a655f1
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
add missing cmakelists.txt, move portal mission graphic to correct dir

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