refactor: link mt to base

This commit is contained in:
sithlord48
2025-05-16 13:57:21 -04:00
committed by Nick Bolton
parent 43a51434ce
commit a9e0c62c24

View File

@ -16,3 +16,5 @@ add_library(mt STATIC
XMT.h
XThread.h
)
target_link_libraries(mt PUBLIC base)