bin/CMakeLists.txt
author alfadur
Tue, 06 Aug 2019 23:28:14 +0300
changeset 15306 361e79c6c428
parent 13389 cf8abedaa878
permissions -rw-r--r--
add helper to find if a spite intersects gears

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