Skip to content

Commit 46cb493

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c971a48 commit 46cb493

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/auto/mqtt/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ add_executable(
3030

3131
target_include_directories(
3232
${PROJECT_NAME}
33-
PRIVATE ${CMAKE_SOURCE_DIR}/src/KDMqtt ${CMAKE_SOURCE_DIR}/tests/auto/foundation/common ${CMAKE_BINARY_DIR}/tests/auto
33+
PRIVATE ${CMAKE_SOURCE_DIR}/src/KDMqtt ${CMAKE_SOURCE_DIR}/tests/auto/foundation/common
34+
${CMAKE_BINARY_DIR}/tests/auto
3435
)
3536

3637
target_link_libraries(

0 commit comments

Comments
 (0)