mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
6 lines
117 B
Text
6 lines
117 B
Text
![]() |
project("fshasher")
|
||
|
|
||
|
add_executable(fshasher "fshasher.cpp")
|
||
|
|
||
|
target_link_libraries(fshasher PRIVATE xxHash::xxhash)
|