File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
85
85
)
86
86
target_compile_features (${PROJECT_NAME} PRIVATE cxx_std_11 )
87
87
88
- target_sources (${PROJECT_NAME} INTERFACE HEADERS
89
- TYPE HEADERS
90
- BASE_DIRS ${PROJECT_SOURCE_DIR} /include/libdbc
91
- FILES ${HEADER_FILES}
92
- )
88
+ target_sources (${PROJECT_NAME} INTERFACE ${HEADER_FILES} )
93
89
94
90
if (DBC_GENERATE_SINGLE_HEADER )
95
91
add_custom_target (single_header ALL
Original file line number Diff line number Diff line change 1
- #include " exceptions/error.hpp"
2
1
#include " testing_utils/common.hpp"
3
2
#include " testing_utils/defines.hpp"
4
3
#include < catch2/catch_approx.hpp>
5
4
#include < catch2/catch_test_macros.hpp>
6
5
#include < catch2/matchers/catch_matchers.hpp>
7
6
#include < libdbc/dbc.hpp>
7
+ #include < libdbc/exceptions/error.hpp>
8
8
#include < string>
9
9
10
10
TEST_CASE (" Testing dbc file loading error issues" , " [fileio][error]" ) {
You can’t perform that action at this time.
0 commit comments