bin/CMakeLists.txt
author unc0rr
Wed, 04 Apr 2012 18:00:46 +0400 (2012-04-04)
changeset 6855 807156c01475
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)