bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 09 Aug 2018 19:14:58 +0200
changeset 13649 d5fe7db1baa9
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix TotalRounds increasing incorrectly if gfRandomOrder is off

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