build: comments in CMakeLists.txt
This commit is contained in:
parent
da011d38cf
commit
83810d6c00
1 changed files with 5 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue