bin/CMakeLists.txt
author koda
Mon, 27 Dec 2010 23:57:44 +0100
branchexperimental3D
changeset 4347 0ddb100fea61
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time

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