bin/CMakeLists.txt
author alfadur
Sat, 06 Oct 2018 00:23:41 +0300
changeset 13874 bd796e4d8920
parent 13389 cf8abedaa878
permissions -rw-r--r--
add debug output for physfs init failure

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