toolchain: mxdbg: link client to threading library
This commit is contained in:
@@ -6,6 +6,9 @@ file(GLOB sources
|
|||||||
|
|
||||||
add_executable(mxdbg ${sources})
|
add_executable(mxdbg ${sources})
|
||||||
|
|
||||||
|
find_package(Threads REQUIRED)
|
||||||
|
|
||||||
target_link_libraries(mxdbg
|
target_link_libraries(mxdbg
|
||||||
magenta_debug
|
magenta_debug
|
||||||
|
Threads::Threads
|
||||||
FX::Runtime FX::Collections FX::Term FX::Cmdline)
|
FX::Runtime FX::Collections FX::Term FX::Cmdline)
|
||||||
|
|||||||
Reference in New Issue
Block a user