bin/CMakeLists.txt
author unc0rr
Wed, 04 Sep 2019 23:23:23 +0200
changeset 15394 b7e40129dbdb
parent 13384 cf8abedaa878
permissions -rw-r--r--
Set dX to zero in hedgehog walk routine to prevent unexpected changes in X coordinate in certain conditions

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