build: comments in CMakeLists.txt

This commit is contained in:
Roland Conybeare 2024-04-01 19:49:51 -04:00
commit 83810d6c00

View file

@ -21,11 +21,10 @@ set(SELF_SRCS
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
# ----------------------------------------------------------------
# internal dependencies
# Dependencies
#
# REMINDER: these must coodinate with find_dependency() calls in
# [xo-kalmanfilter/cmake/xo_kalmanfilterConfig.cmake.in]
#
xo_dependency(${SELF_LIB} reactor)
# ----------------------------------------------------------------
# external dependencies
xo_external_target_dependency(${SELF_LIB} Eigen3 Eigen3::Eigen)