Check if there is an identical file before saving.

This commit is contained in:
Skyth
2024-09-18 16:04:52 +03:00
parent 182b9a5060
commit 55a551362b
4 changed files with 42 additions and 8 deletions

View File

@@ -3,4 +3,4 @@ cmake_minimum_required (VERSION 3.8)
project("PowerRecomp")
add_executable(PowerRecomp "main.cpp")
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse tomlplusplus::tomlplusplus)
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse tomlplusplus::tomlplusplus xxHash::xxhash)