github: try triggering indentlog failure
This commit is contained in:
parent
4430470f56
commit
34b7722410
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ target_include_directories(
|
|||
)
|
||||
target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC indentlog)
|
||||
|
||||
find_package(refcnt CONFIG REQUIRED)
|
||||
#add_dependencies(${SELF_LIBRARY_NAME} refcnt)
|
||||
target_include_directories(
|
||||
${SELF_LIBRARY_NAME} PUBLIC
|
||||
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/local/include>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
)
|
||||
target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC refcnt)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# 3rd party dependency: boost:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue