build: fix wrong lib link

This commit is contained in:
2026-06-18 02:33:44 -03:00
parent 3293c2081e
commit 8107ff8080
+1 -1
View File
@@ -119,7 +119,7 @@ endif()
file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/unlocker/*.h")
add_executable(hex-unlocked ${UNLOCKER_SOURCES})
target_link_libraries(hex-unlocked PRIVATE dbd-unlocker-warnings seallib glaze::glaze tinymitm)
target_link_libraries(hex-unlocked PRIVATE hex-warned seallib glaze::glaze tinymitm)
# rnd exe name
string(RANDOM LENGTH 12 ALPHABET "abcdefghijklmnopqrstuvwxyz0123456789" RANDOM_EXE_NAME)