Skip to content

Commit 838e578

Browse files
committed
CMake: link libdl PUBLIC, thanks to @jfrey-xx
1 parent d28893a commit 838e578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ target_include_directories(lslboost PUBLIC
165165
target_link_libraries(lslobj
166166
PRIVATE
167167
lslboost
168+
PUBLIC
168169
$<$<AND:$<BOOL:${LSL_DEBUGLOG}>,$<PLATFORM_ID:Linux>>:dl>
169170
)
170171
target_include_directories(lslobj

0 commit comments

Comments
 (0)