bin/CMakeLists.txt
author nemo
Thu, 25 Jul 2019 11:58:40 -0400
changeset 15273 07836d6bac21
parent 13389 cf8abedaa878
permissions -rw-r--r--
based on user feedback, the audio provided by the translator here is inappropriate. replacing with the english pending a new translation

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