bin/CMakeLists.txt
author Xeli
Thu, 04 Aug 2011 17:36:13 +0200
branchhedgeroid
changeset 5473 a68f900c4e8c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Utility functions which are context wide, mostly SD methods right now

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