File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ configure_file(
82
82
)
83
83
84
84
include (ScopyStyle )
85
- generate_style ("--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/debugger ${CMAKE_BINARY_DIR} )
85
+ generate_style (
86
+ "--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/debugger ${CMAKE_BINARY_DIR}
87
+ )
86
88
87
89
target_include_directories (${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /include )
88
90
target_include_directories (${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /include/${SCOPY_MODULE} )
Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ generate_export_header(
104
104
)
105
105
106
106
include (ScopyStyle )
107
- generate_style ("--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/regmap ${CMAKE_BINARY_DIR} )
107
+ generate_style (
108
+ "--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/regmap ${CMAKE_BINARY_DIR}
109
+ )
108
110
109
111
target_include_directories (${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /include )
110
112
target_include_directories (${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /include/${SCOPY_MODULE} )
Original file line number Diff line number Diff line change 79
79
)
80
80
81
81
include (ScopyStyle )
82
- generate_style ("--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/swiot ${CMAKE_BINARY_DIR} )
82
+ generate_style (
83
+ "--plugin" ${CMAKE_CURRENT_SOURCE_DIR} /style ${CMAKE_CURRENT_SOURCE_DIR} /include/swiot ${CMAKE_BINARY_DIR}
84
+ )
83
85
84
86
if (ENABLE_TESTING )
85
87
add_subdirectory (test )
You can’t perform that action at this time.
0 commit comments