bin/CMakeLists.txt
author unc0rr
Tue, 01 Jan 2019 02:25:18 +0100
changeset 14528 184df3900ec4
parent 13384 cf8abedaa878
permissions -rw-r--r--
- Bots activate extra time if needed - Refactor work with forecast of time needed to perform planned actions (ticks variable)

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