Fix UUID
This commit is contained in:
parent
b561c61b64
commit
b1587adb57
@ -24,8 +24,10 @@ find_package(Threads REQUIRED)
|
||||
|
||||
add_library(mg-utils STATIC ${utils_src_files})
|
||||
add_library(mg::utils ALIAS mg-utils)
|
||||
|
||||
find_library(LIBUUID_LIBRARY libuuid.a)
|
||||
target_link_libraries(mg-utils PUBLIC Boost::headers fmt::fmt spdlog::spdlog json)
|
||||
target_link_libraries(mg-utils PRIVATE librdtsc stdc++fs Threads::Threads gflags uuid rt)
|
||||
target_link_libraries(mg-utils PRIVATE librdtsc stdc++fs Threads::Threads gflags ${LIBUUID_LIBRARY} rt)
|
||||
|
||||
set(settings_src_files
|
||||
settings.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user