bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 22:14:46 +0200
changeset 13760 6908d1e65cdc
parent 13389 cf8abedaa878
permissions -rw-r--r--
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats

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