bin/CMakeLists.txt
author alfadur
Wed, 24 Jun 2020 19:50:58 +0300
changeset 15630 c9fec197335a
parent 13384 cf8abedaa878
permissions -rw-r--r--
remove wiggle throttling in anticipation of a real collision fix 🥁

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