library name distribution -> xo_distribution

This commit is contained in:
Roland Conybeare 2023-10-23 20:21:22 -04:00
commit 3d2cdc159b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
set(SELF_LIB distribution)
set(SELF_LIB xo_distribution)
set(SELF_SRCS Normal.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})

View file

@ -12,7 +12,7 @@ xo_include_options2(${SELF_EXE})
add_test(NAME ${SELF_EXE} COMMAND ${SELF_EXE})
target_code_coverage(${SELF_EXE} AUTO ALL)
xo_self_dependency(${SELF_EXE} distribution)
xo_self_dependency(${SELF_EXE} xo_distribution)
xo_external_target_dependency(${SELF_EXE} Catch2 Catch2::Catch2)