UnleashedRecomp/tools/fshasher/CMakeLists.txt

6 lines
117 B
Text
Raw Permalink Normal View History

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