We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48817 commit 70d3b49Copy full SHA for 70d3b49
test/CMakeLists.txt
@@ -13,9 +13,9 @@ list(APPEND TEST_SOURCES
13
test_dbc.cpp
14
test_utils.cpp)
15
16
-add_executable(tests ${TEST_SOURCES} ${SOURCE})
+add_executable(tests ${TEST_SOURCES})
17
target_compile_definitions(tests PRIVATE TESTDBCFILES_PATH="${CMAKE_CURRENT_SOURCE_DIR}/dbcs")
18
-target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
+target_link_libraries(tests PRIVATE dbc Catch2::Catch2WithMain)
19
target_sources(tests INTERFACE FILE_SET HEADERS
20
TYPE HEADERS
21
BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}
0 commit comments