Added missing Pthread and libaio flags to log manager
This commit is contained in:
parent
8b1afbfe26
commit
349fc9d6ab
@ -1,5 +1,5 @@
|
||||
add_library(log_manager SHARED log_manager.cc)
|
||||
target_link_libraries(log_manager utils)
|
||||
target_link_libraries(log_manager utils pthread aio)
|
||||
install(TARGETS log_manager DESTINATION lib)
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(test)
|
||||
|
Loading…
x
Reference in New Issue
Block a user