X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=0e39dc9416305a2eca9ee058c446914f014f6ed6;hb=e000e3b73ee0582882324e504fe2dae7386534f8;hp=11d9542bec2f19a41e1c66734e37c80cadba5fa5;hpb=9eb56fc592c6e2c305a0fbcc69499271ac034236;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 11d9542b..0e39dc94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -109,15 +109,16 @@ ADD_EXECUTABLE(afb-daemon main.c) TARGET_LINK_LIBRARIES(afb-daemon afb-lib ${link_libraries} - ${libsystemd_LIBRARIES} - ${libmicrohttpd_LIBRARIES} - ${uuid_LIBRARIES} - ${openssl_LIBRARIES} - ${cynara_LIBRARIES} + ${libsystemd_LDFLAGS} + ${libmicrohttpd_LDFLAGS} + ${uuid_LDFLAGS} + ${openssl_LDFLAGS} + ${cynara_LDFLAGS} -lmagic -ldl -lrt ) +link_directories( /opt/libmicrohttpd-0.9.54/lib/ ) INSTALL(TARGETS afb-daemon RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) @@ -129,7 +130,7 @@ SET_TARGET_PROPERTIES(afbwsc PROPERTIES VERSION ${LIBAFBWSC_VERSION} SOVERSION ${LIBAFBWSC_SOVERSION}) TARGET_LINK_LIBRARIES(afbwsc - ${libsystemd_LIBRARIES} + ${libsystemd_LDFLAGS} -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export-afbwsc.map -Wl,--as-needed -Wl,--gc-sections @@ -144,7 +145,7 @@ ADD_EXECUTABLE(afb-client-demo afb-client-demo.c) TARGET_LINK_LIBRARIES(afb-client-demo afbwsc ${link_libraries} - ${libsystemd_LIBRARIES} + ${libsystemd_LDFLAGS} ) INSTALL(TARGETS afb-client-demo RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})