bin/CMakeLists.txt
author unc0rr
Wed, 14 Nov 2012 00:41:29 +0400
branchphysfslayer
changeset 8022 10b3b93c1f56
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
- Add physfsrwops library - Load images via physfs (crashes)

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