mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix test suite linking
This commit is contained in:
parent
72779f2112
commit
b9e52aa984
|
@ -2464,6 +2464,7 @@ if(GTEST_FOUND OR DOWNLOAD_GTEST)
|
||||||
${TESTS_EXTRA}
|
${TESTS_EXTRA}
|
||||||
$<TARGET_OBJECTS:engine-shared>
|
$<TARGET_OBJECTS:engine-shared>
|
||||||
$<TARGET_OBJECTS:game-shared>
|
$<TARGET_OBJECTS:game-shared>
|
||||||
|
$<TARGET_OBJECTS:mastersrv-shared>
|
||||||
${DEPS}
|
${DEPS}
|
||||||
)
|
)
|
||||||
target_link_libraries(${TARGET_TESTRUNNER} ${LIBS} ${CURL_LIBRARIES} ${MYSQL_LIBRARIES} ${GTEST_LIBRARIES})
|
target_link_libraries(${TARGET_TESTRUNNER} ${LIBS} ${CURL_LIBRARIES} ${MYSQL_LIBRARIES} ${GTEST_LIBRARIES})
|
||||||
|
|
Loading…
Reference in a new issue