bin/CMakeLists.txt
author unc0rr
Tue, 24 Feb 2009 19:39:49 +0000
changeset 1839 5dd4cb7fd7e5
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Server now send ASKPASSWORD command to frontend when user has web account

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