Skip to content

Commit 638bf58

Browse files
committed
Merge branch 'sprint/24Q4' of https://github.com/madanagopalt/rdkservices into sprint/24Q4
2 parents 59e7124 + fca1e11 commit 638bf58

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

AppManager/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,7 @@ target_link_libraries(${MODULE_NAME}
5353
install(TARGETS ${MODULE_NAME}
5454
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/${STORAGE_DIRECTORY}/plugins)
5555

56-
add_library(${PLUGIN_IMPLEMENTATION} SHARED
57-
AppManagerImplementation.cpp
58-
RDKShellAdapter.cpp
59-
RDKShellAdapterUtils.cpp
60-
WebSocket.cpp
61-
Module.cpp)
62-
6356
include_directories(
6457
../helpers)
6558

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-
7859
write_config(${PLUGIN_NAME})

0 commit comments

Comments
 (0)