Remove boost-log dependency
[platform/core/security/device-certificate-manager-backend.git] / src / kse-backend / tools / CMakeLists.txt
index 5753020..5f12f6e 100644 (file)
@@ -1,7 +1,6 @@
 #######################################################################################
 # For SE_KONAI
 
-ADD_DEFINITIONS(-DBOOST_LOG_DYN_LINK)
 include_directories(${Boost_INCLUDE_DIRS})
 link_directories(${Boost_LIBRARY_DIRS})
 
@@ -9,13 +8,14 @@ include_directories(../src ../src/kse-backend)
 
 add_executable(dcm_konaise_tool
        ../soresolver.cpp
+       ../../log.cpp
        konaise_tool.cpp)
 
 target_link_libraries(dcm_konaise_tool
-       ${Boost_LOG_LIBRARY}
        ${Boost_SYSTEM_LIBRARY}
        dl
        ${CMAKE_THREAD_LIBS_INIT}
+       ${DLOG_LIBRARIES}
 )
 
 install(TARGETS dcm_konaise_tool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})