bin/CMakeLists.txt
author unc0rr
Tue, 29 Nov 2011 17:42:42 +0400
changeset 6467 090269e528df
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
- Improve parsing of prefix operators - Improve C renderer - pas2c now saves converted .c and .h files

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