Skip to content

Commit 5bd91da

Browse files
committed
add fmt to dfhack_test
1 parent dda124b commit 5bd91da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ macro(dfhack_test name files)
436436
if(BUILD_LIBRARY AND UNIX AND NOT APPLE) # remove this once our MSVC build env has been updated
437437
add_executable(${name} ${files})
438438
target_include_directories(${name} PUBLIC depends/googletest/googletest/include)
439-
target_link_libraries(${name} dfhack gtest)
439+
target_link_libraries(${name} dfhack fmt gtest)
440440
add_test(NAME ${name} COMMAND ${name})
441441
endif()
442442
endmacro()

0 commit comments

Comments
 (0)