Skip to content

Commit b4157dc

Browse files
authored
Link to DL library (#158)
1 parent 899d48d commit b4157dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ target_link_libraries(
113113
GTest::gtest
114114
GTest::gtest_main
115115
GTest::gmock
116-
GTest::gmock_main)
116+
GTest::gmock_main
117+
${CMAKE_DL_LIBS})
117118
gtest_add_tests(
118119
TARGET counters-test
119120
SOURCES ${AQLPROFILE_COUNTERS_SOURCES}

0 commit comments

Comments
 (0)