From 0818a59f9aa3ffdcde61b385fc5b80811e6fd0cb Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Thu, 10 Aug 2023 11:24:01 -0400 Subject: [PATCH] add dl to link libraries --- story-editor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/story-editor/CMakeLists.txt b/story-editor/CMakeLists.txt index c216173..c5b305c 100644 --- a/story-editor/CMakeLists.txt +++ b/story-editor/CMakeLists.txt @@ -172,6 +172,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC Qt${QT_VERSION_MAJOR}::OpenGL Qt${QT_VERSION_MAJOR}::Multimedia QHexView + dl ) set_target_properties(${PROJECT_NAME} PROPERTIES