bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 15:47:14 +0100
changeset 14563 ca9c632db2cf
parent 13384 cf8abedaa878
permissions -rw-r--r--
Bounce off gears at bouncy world edge only if they move towards it

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