Fix missing dependancy accepted/tizen/7.0/unified/20230913.174315
authorKwanghoon Son <k.son@samsung.com>
Tue, 12 Sep 2023 09:35:27 +0000 (18:35 +0900)
committerKwanghoon Son <k.son@samsung.com>
Tue, 12 Sep 2023 09:35:27 +0000 (18:35 +0900)
Change-Id: Idf98b806fc7ed5a486bd198a2c12562cc4606f7d
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
CMakeLists.txt

index 89395bef1d712e6afd97d690031d9cb55ee7b8bc..058a153eead540f80d2e270e801e4bfb8c446aeb 100644 (file)
@@ -13,7 +13,10 @@ add_compile_definitions(INI_PATH="${SYSCONF_INSTALL_DIR}/vision_source.ini")
 
 target_compile_options(${PROJECT_NAME} PUBLIC ${${PROJECT_NAME}_DEP_CFLAGS})
 target_include_directories(${PROJECT_NAME} PUBLIC ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(${PROJECT_NAME} ${${PROJECT_NAME}_DEP_LIBRARIES})
+target_link_libraries(${PROJECT_NAME}
+${${PROJECT_NAME}_DEP_LIBRARIES}
+dl
+)
 
 # install packages
 install(