bin/CMakeLists.txt
author nemo
Tue, 26 Jan 2010 23:00:45 +0000
changeset 2717 2b75ef82676d
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Alternate loading for koda's consideration. For case of pt_BR will try en, pt, then pt_BR

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