File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
multi_channel_face_detection_demo/cpp
multi_channel_human_pose_estimation_demo/cpp
multi_channel_object_detection_demo_yolov3/cpp Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ source_group("include" FILES ${MAIN_HEADERS})
30
30
# Create library file from sources.
31
31
add_executable (${TARGET_NAME} ${MAIN_SRC} ${MAIN_HEADERS} )
32
32
33
+ check_code_style (NAME ${TARGET_NAME}
34
+ CLANG_FORMAT ${ENABLE_CLANG_FORMAT}
35
+ CPPLINT ${ENABLE_CPPLINT} )
36
+
33
37
set_target_properties (${TARGET_NAME} PROPERTIES COMPILE_PDB_NAME ${TARGET_NAME} )
34
38
35
39
target_link_libraries (${TARGET_NAME} PRIVATE
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ source_group("include" FILES ${MAIN_HEADERS})
30
30
# Create library file from sources.
31
31
add_executable (${TARGET_NAME} ${MAIN_SRC} ${MAIN_HEADERS} )
32
32
33
+ check_code_style (NAME ${TARGET_NAME}
34
+ CLANG_FORMAT ${ENABLE_CLANG_FORMAT}
35
+ CPPLINT ${ENABLE_CPPLINT} )
36
+
33
37
set_target_properties (${TARGET_NAME} PROPERTIES COMPILE_PDB_NAME ${TARGET_NAME} )
34
38
35
39
target_link_libraries (${TARGET_NAME} PRIVATE
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ source_group("include" FILES ${MAIN_HEADERS})
30
30
# Create library file from sources.
31
31
add_executable (${TARGET_NAME} ${MAIN_SRC} ${MAIN_HEADERS} )
32
32
33
+ check_code_style (NAME ${TARGET_NAME}
34
+ CLANG_FORMAT ${ENABLE_CLANG_FORMAT}
35
+ CPPLINT ${ENABLE_CPPLINT} )
36
+
33
37
set_target_properties (${TARGET_NAME} PROPERTIES COMPILE_PDB_NAME ${TARGET_NAME} )
34
38
35
39
target_link_libraries (${TARGET_NAME} PRIVATE
You can’t perform that action at this time.
0 commit comments