bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 22 May 2019 23:30:10 +0200
changeset 15030 2e89487540d8
parent 13384 cf8abedaa878
permissions -rw-r--r--
ACF2: Prevent cut scene from playing when own hogs are dead or about to die

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