mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Fix linking tests due to ddcb18418 (#1769)
This commit is contained in:
parent
a111668888
commit
0ebb1cc54c
@ -20,7 +20,7 @@ SET(tests_headers
|
|||||||
|
|
||||||
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})
|
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(tests common cppunit)
|
TARGET_LINK_LIBRARIES(tests common cppunit fmt)
|
||||||
|
|
||||||
INSTALL(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
INSTALL(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user