bin/CMakeLists.txt
author nemo
Thu, 24 Oct 2019 09:41:10 -0400
changeset 15486 58ce582ae87d
parent 13389 cf8abedaa878
permissions -rw-r--r--
remove erroneous else conditions to make what is going on clearer, add a comment

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