bin/CMakeLists.txt
author nemo
Thu, 02 Aug 2018 20:27:20 -0400
changeset 13605 422d6062620a
parent 13384 cf8abedaa878
permissions -rw-r--r--
hijack the duck for an attempted resurrection of the creeper. initial pass.

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