mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-10 19:21:38 +00:00
5 lines
117 B
CMake
5 lines
117 B
CMake
project("fshasher")
|
|
|
|
add_executable(fshasher "fshasher.cpp")
|
|
|
|
target_link_libraries(fshasher PRIVATE xxHash::xxhash)
|