bin/CMakeLists.txt
author unC0Rr
Thu, 30 May 2019 18:31:02 +0200
changeset 15099 fb7a9b0119d3
parent 13384 cf8abedaa878
permissions -rw-r--r--
Copy authentication from the old frontend

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