bin/CMakeLists.txt
author Henek
Wed, 08 Dec 2010 22:35:29 +0100
changeset 4493 45db8e97d282
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
removing all ; from lua script as an act of temporary rage and perfectionism

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