bin/CMakeLists.txt
author nemo
Sun, 27 May 2018 13:10:32 -0400
changeset 13405 4c813650fe17
parent 13384 cf8abedaa878
permissions -rw-r--r--
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺

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