reflect: build: streamline
This commit is contained in:
parent
b75e3b8fb2
commit
25712169ee
2 changed files with 5 additions and 4 deletions
|
|
@ -51,8 +51,8 @@ if(NOT CMAKE_INSTALL_RPATH)
|
|||
endif()
|
||||
|
||||
# early find_package() experiment
|
||||
find_package(indentlog CONFIG REQUIRED)
|
||||
find_package(refcnt CONFIG REQUIRED)
|
||||
#find_package(indentlog CONFIG REQUIRED)
|
||||
#find_package(refcnt CONFIG REQUIRED)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# sources
|
||||
|
|
|
|||
|
|
@ -28,10 +28,11 @@ xo_include_options2(${SELF_EXECUTABLE_NAME})
|
|||
# ----------------------------------------------------------------
|
||||
# internal dependencies: logutil, ...
|
||||
|
||||
xo_internal_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
||||
# this won't work. when cmake runs, the Config files for reflect haven't been created yet.
|
||||
xo_self_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# 3rd part dependency: catch2:
|
||||
# 3rd party dependency: catch2:
|
||||
|
||||
find_package(Catch2 2 REQUIRED)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue