reflect: build: utest streamlining
This commit is contained in:
parent
33f96604ee
commit
b75e3b8fb2
1 changed files with 5 additions and 4 deletions
|
|
@ -20,14 +20,15 @@ target_code_coverage(${SELF_EXECUTABLE_NAME} AUTO ALL)
|
||||||
# since version file will be in build directory, need that directory
|
# since version file will be in build directory, need that directory
|
||||||
# to also be included in compiler's include path
|
# to also be included in compiler's include path
|
||||||
#
|
#
|
||||||
target_include_directories(${SELF_EXECUTABLE_NAME} PUBLIC
|
xo_include_options2(${SELF_EXECUTABLE_NAME})
|
||||||
${PROJECT_SOURCE_DIR}
|
#target_include_directories(${SELF_EXECUTABLE_NAME} PUBLIC
|
||||||
${PROJECT_BINARY_DIR})
|
# ${PROJECT_SOURCE_DIR}
|
||||||
|
# ${PROJECT_BINARY_DIR})
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
# internal dependencies: logutil, ...
|
# internal dependencies: logutil, ...
|
||||||
|
|
||||||
target_link_libraries(${SELF_EXECUTABLE_NAME} PUBLIC reflect)
|
xo_internal_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
# 3rd part dependency: catch2:
|
# 3rd part dependency: catch2:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue