github: more experiments w/ --debug-find
This commit is contained in:
parent
34b7722410
commit
75cfc477b8
2 changed files with 3 additions and 12 deletions
|
|
@ -25,15 +25,6 @@ xo_install_library(${SELF_LIBRARY_NAME})
|
|||
#xo_refcnt_dependency(${SELF_LIBRARY_NAME})
|
||||
#xo_indentlog_dependency(${SELF_LIBRARY_NAME})
|
||||
|
||||
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)
|
||||
|
||||
find_package(indentlog CONFIG REQUIRED)
|
||||
#add_dependencies(${SELF_LIBRARY_NAME} indentlog)
|
||||
# note: can't use find_package() here,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue