bin/CMakeLists.txt
author alfadur
Wed, 21 Sep 2022 06:55:31 +0300
branch1.0.0
changeset 15874 fac577eb8756
parent 13384 cf8abedaa878
permissions -rw-r--r--
fix the other 2 pred/succ conversions

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