mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-27 08:10:23 -04:00
8 lines
155 B
CMake
8 lines
155 B
CMake
project("fshasher")
|
|
|
|
add_executable(fshasher "fshasher.cpp")
|
|
|
|
find_package(xxhash CONFIG REQUIRED)
|
|
|
|
target_link_libraries(fshasher PRIVATE xxHash::xxhash)
|