diff --git a/backends/frotz/CMakeLists.txt b/backends/frotz/CMakeLists.txt index 68a671c2d22d5d053397d607aaaf805b44d629d0..ed843bbb3bf4e157677fca31e37916575d57985f 100644 --- a/backends/frotz/CMakeLists.txt +++ b/backends/frotz/CMakeLists.txt @@ -6,7 +6,7 @@ FILE(GLOB SRC *.c *.cpp) ADD_EXECUTABLE(spectrum2_frotz_backend ${SRC}) -target_link_libraries(spectrum2_frotz_backend transport pthread) +target_link_libraries(spectrum2_frotz_backend transport pthread transport-plugin) INSTALL(TARGETS spectrum2_frotz_backend RUNTIME DESTINATION bin)