bin/CMakeLists.txt
author unc0rr
Wed, 24 Oct 2018 00:08:23 +0200
changeset 13958 e98e2fc556a7
parent 13389 cf8abedaa878
permissions -rw-r--r--
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)