File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ endif (USE_THUNDER_R4)
33
33
34
34
set (PLUGIN_AVINPUT_STARTUPORDER "" CACHE STRING "To configure startup order of AVInput plugin" )
35
35
36
- add_library (${MODULE_NAME} SHARED AVInputUtils.cpp AVInput.cpp Module.cpp)
36
+ add_library (${MODULE_NAME} SHARED AVInputUtils.h AVInputUtils. cpp AVInput.cpp Module.cpp)
37
37
38
38
set_target_properties (${MODULE_NAME} PROPERTIES
39
39
CXX_STANDARD 11
@@ -59,7 +59,7 @@ target_link_libraries(${MODULE_NAME}
59
59
install (TARGETS ${MODULE_NAME}
60
60
DESTINATION lib/${STORAGE_DIRECTORY} /plugins)
61
61
62
- add_library (${PLUGIN_IMPLEMENTATION} SHARED AVInputUtils.cpp AVInputImplementation.cpp Module.cpp)
62
+ add_library (${PLUGIN_IMPLEMENTATION} SHARED AVInputUtils.h AVInputUtils. cpp AVInputImplementation.cpp Module.cpp)
63
63
64
64
set_target_properties (${PLUGIN_IMPLEMENTATION} PROPERTIES
65
65
CXX_STANDARD 11
You can’t perform that action at this time.
0 commit comments