library name distribution -> xo_distribution
This commit is contained in:
parent
797db3e021
commit
3d2cdc159b
2 changed files with 2 additions and 2 deletions
|
|
@ -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})
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue