UnleashedRecomp/tools/fshasher/CMakeLists.txt
Skyth (Asilkan) 82f6548f8d
Convert majority of dependencies to submodules. (#48)
* Convert majority of dependencies to submodules.

* Don't compile header-only libraries.
2024-12-17 15:35:18 +03:00

5 lines
117 B
CMake

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