bin/CMakeLists.txt
author unC0Rr
Thu, 29 Sep 2022 16:29:23 +0200
changeset 15881 212e16c60bf5
parent 13384 cf8abedaa878
permissions -rw-r--r--
Add replay storage to the new server implementation

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