bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 10 Jan 2019 19:21:08 +0100
changeset 14565 3105881d5840
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix wind bar animation not looping properly If you looked closely, you could see the wind bar “jumping” a bit. Pixel offset was off-by-1.

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