bin/CMakeLists.txt
author nemo
Tue, 09 Aug 2011 21:54:45 -0400
changeset 5531 52f4a5d9a222
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already

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