File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -53,26 +53,7 @@ target_link_libraries(${MODULE_NAME}
53
53
install (TARGETS ${MODULE_NAME}
54
54
DESTINATION ${CMAKE_INSTALL_PREFIX} /lib/${STORAGE_DIRECTORY} /plugins)
55
55
56
- add_library (${PLUGIN_IMPLEMENTATION} SHARED
57
- AppManagerImplementation.cpp
58
- RDKShellAdapter.cpp
59
- RDKShellAdapterUtils.cpp
60
- WebSocket.cpp
61
- Module.cpp)
62
-
63
56
include_directories (
64
57
../helpers)
65
58
66
- set_target_properties (${PLUGIN_IMPLEMENTATION} PROPERTIES
67
- CXX_STANDARD 11
68
- CXX_STANDARD_REQUIRED YES )
69
-
70
- target_link_libraries (${PLUGIN_IMPLEMENTATION}
71
- PRIVATE
72
- CompileSettingsDebug::CompileSettingsDebug
73
- ${NAMESPACE} Plugins::${NAMESPACE} Plugins -lrdkshell)
74
-
75
- install (TARGETS ${PLUGIN_IMPLEMENTATION}
76
- DESTINATION ${CMAKE_INSTALL_PREFIX} /lib/${STORAGE_DIRECTORY} /plugins)
77
-
78
59
write_config(${PLUGIN_NAME} )
You can’t perform that action at this time.
0 commit comments