bin/CMakeLists.txt
author koda
Sun, 27 Jun 2010 18:34:17 +0200
changeset 3574 78fc6e61570b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
insert a default name when a void string is used polish schemes configuration fixed strange bug in the general panel

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