bin/CMakeLists.txt
author alfadur
Fri, 21 Jun 2019 00:33:56 +0300
changeset 15186 9cf0c2f44f0e
parent 13384 cf8abedaa878
permissions -rw-r--r--
add a way to reference atlas contents

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