added _
This commit is contained in:
parent
b93926744b
commit
a704d27523
@ -4,11 +4,11 @@ find_package(GTest REQUIRED)
|
|||||||
add_executable(dtl_test
|
add_executable(dtl_test
|
||||||
test/dtl_test.cpp
|
test/dtl_test.cpp
|
||||||
test/dtl_test_common.cpp
|
test/dtl_test_common.cpp
|
||||||
test/intdifftest.cpp
|
test/int_diff_test.cpp
|
||||||
test/objdifftest.cpp
|
test/obj_diff_test.cpp
|
||||||
test/patchtest.cpp
|
test/patch_test.cpp
|
||||||
test/strdiff3test.cpp
|
test/str_diff3_test.cpp
|
||||||
test/strdifftest.cpp
|
test/str_diff_test.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(dtl_test BEFORE PRIVATE
|
target_include_directories(dtl_test BEFORE PRIVATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user