File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11set (test_srcs)
22myci_add_source_files (test_srcs
33 DIRECTORY
4- ../../tests/unit/src
4+ ${ CMAKE_CURRENT_LIST_DIR } / ../../tests/unit/src
55 RECURSIVE
66)
77
88myci_add_source_files (test_srcs
99 DIRECTORY
10- ../../tests/harness/tst/src
10+ ${ CMAKE_CURRENT_LIST_DIR } / ../../tests/harness/tst/src
1111 RECURSIVE
1212)
1313
1414myci_add_source_files (test_srcs
1515 DIRECTORY
16- ../../tests/harness/clargs/src
16+ ${ CMAKE_CURRENT_LIST_DIR } / ../../tests/harness/clargs/src
1717 RECURSIVE
1818)
1919
@@ -22,8 +22,8 @@ myci_declare_application(${name}-tests
2222 SOURCES
2323 ${test_srcs}
2424 INCLUDE_DIRECTORIES
25- ../../tests/harness/tst/src
26- ../../tests/harness/clargs/src
25+ ${ CMAKE_CURRENT_LIST_DIR } / ../../tests/harness/tst/src
26+ ${ CMAKE_CURRENT_LIST_DIR } / ../../tests/harness/clargs/src
2727 PREPROCESSOR_DEFINITIONS
2828 TST_NO_PAR
2929 DEPENDENCIES
You can’t perform that action at this time.
0 commit comments