bin/CMakeLists.txt
author unc0rr
Sat, 11 Dec 2010 21:27:15 +0300
changeset 4500 22d06b4be225
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Add a stub for draw map page

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