bin/CMakeLists.txt
author koda
Mon, 09 May 2011 16:56:29 +0200
changeset 5204 e1a5f4d5d86a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
split pages.h into several header files

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