bin/CMakeLists.txt
author koda
Mon, 19 Nov 2012 13:21:20 +0100
changeset 8068 b35427506169
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
win build changes, fpc 2.6, CMAKE_PREFIX_PATH, glut header

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