mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
7 lines
155 B
CMake
7 lines
155 B
CMake
project("fshasher")
|
|
|
|
add_executable(fshasher "fshasher.cpp")
|
|
|
|
find_package(xxhash CONFIG REQUIRED)
|
|
|
|
target_link_libraries(fshasher PRIVATE xxHash::xxhash)
|