We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefdc1d commit 908f8f0Copy full SHA for 908f8f0
1 file changed
CMakeLists.txt
@@ -395,7 +395,7 @@ target_include_directories(lvgl_linux PUBLIC
395
${PROJECT_SOURCE_DIR}/src/lib ${LVGL_CONF_INC_DIR})
396
397
# Link LVGL with external dependencies - Modern CMake/CMP0079 allows this
398
-target_link_libraries(lvgl PUBLIC ${PKG_CONFIG_LIB} m pthread)
+target_link_libraries(lvgl PUBLIC ${PKG_CONFIG_LIB} m pthread rt)
399
400
add_executable(lvglsim src/main.c)
401
0 commit comments