bin/CMakeLists.txt
author nemo
Wed, 06 Oct 2010 15:37:56 -0400
changeset 3929 9a4bbc1f67a2
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Inline most of uFloat (saves ~7.5% opcount on a test game), inline a few very short candidates in uMisc, comment out some unused functions in uMisc

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