diff --git a/src/distribution/CMakeLists.txt b/src/distribution/CMakeLists.txt index 56ce881e..41023695 100644 --- a/src/distribution/CMakeLists.txt +++ b/src/distribution/CMakeLists.txt @@ -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}) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 27b1a78b..652bf644 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -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)