diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-09 06:20:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-09 09:38:58 +0200 |
commit | 83e6715e39f9496b3043df70b1545e0a6284619f (patch) | |
tree | 5fdc4fe8cfc5a3eeead9b65233240ac07d349647 /wall-tileset-tool | |
parent | 29cd4d4e3bbf519a95763394801caeb43c7b5629 (diff) |
hash: add library with multiple hash implementations
Diffstat (limited to 'wall-tileset-tool')
-rw-r--r-- | wall-tileset-tool/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wall-tileset-tool/CMakeLists.txt b/wall-tileset-tool/CMakeLists.txt index 8d73844d..d4bfd7b8 100644 --- a/wall-tileset-tool/CMakeLists.txt +++ b/wall-tileset-tool/CMakeLists.txt @@ -12,7 +12,7 @@ if(OpenCV_FOUND) file(GLOB sources "*.cpp" CONFIGURE_ARGS) add_executable(${self} "${sources}") - target_link_libraries(${self} PRIVATE floormat-serialize floormat) + target_link_libraries(${self} PRIVATE floormat-serialize floormat floormat-hash) fm_install_executable(${self}) endif() |