bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 19 Sep 2018 10:23:01 +0200
changeset 13827 4e5fcfc6f033
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix hedgehog being able to make walk/jump sounds before it was placed If in hog placement phase you select Skip and then pressed the walk/jump keys, you heard sounds although the hedgehog is not placed yet.

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