UnleashedRecomp/tools/fshasher/CMakeLists.txt

5 lines
117 B
CMake

project("fshasher")
add_executable(fshasher "fshasher.cpp")
target_link_libraries(fshasher PRIVATE xxHash::xxhash)