@ -394,7 +394,7 @@ macro(dfhack_test name files)
if(UNIX AND NOT APPLE) # remove this once our MSVC build env has been updated
add_executable(${name} ${files})
target_include_directories(${name} PUBLIC depends/googletest/googletest/include)
target_link_libraries(${name} dfhack gtest SDL)
target_link_libraries(${name} dfhack gtest)
add_test(NAME ${name} COMMAND ${name})
endif()
endmacro()
@ -25,7 +25,7 @@ set(PROJECT_PROTO
)
if(UNIX AND NOT APPLE)
set(PROJECT_LIBS ${PROJECT_LIBS} SDL)
set(PROJECT_LIBS ${PROJECT_LIBS})
# this makes sure all the stuff is put in proper places and linked to dfhack