|
|
|
@ -26,6 +26,7 @@ add_custom_command(
|
|
|
|
|
set_source_files_properties(${PROJECT_BINARY_DIR}/pep-client-glue.h PROPERTIES GENERATED TRUE)
|
|
|
|
|
#######################
|
|
|
|
|
|
|
|
|
|
if(BUILD_PLAIN_IMPLEMENTATION)
|
|
|
|
|
add_library(pEpDBusAdapterClient SHARED pep-client.cpp ${PROJECT_BINARY_DIR}/pep-client-glue.h)
|
|
|
|
|
target_link_libraries(pEpDBusAdapterClient
|
|
|
|
|
pEpEngine
|
|
|
|
@ -40,7 +41,6 @@ set_target_properties(pEpDBusAdapterClient PROPERTIES
|
|
|
|
|
VISIBILITY_INLINES_HIDDEN 0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if(BUILD_PLAIN_IMPLEMENTATION)
|
|
|
|
|
add_library(pEpDBusAdapter SHARED pep-dbus-adapter.cpp ${PROJECT_BINARY_DIR}/pep-server-glue.h)
|
|
|
|
|
target_link_libraries(pEpDBusAdapter
|
|
|
|
|
pEpEngine
|
|
|
|
|