bin/CMakeLists.txt
author koda
Sat, 03 Nov 2012 19:16:05 +0100
changeset 7941 1e8b7fc8f90d
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
this version of tremor requires a nil check on close_func https://svn.xiph.org/trunk/Tremor/vorbisfile.c

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