Explorar el Código

system/CMakeLists.txt: add missing link library

ambrop7 hace 15 años
padre
commit
2a801be23e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      system/CMakeLists.txt

+ 1 - 1
system/CMakeLists.txt

@@ -25,4 +25,4 @@ add_library(system
     BNetwork.c
     ${BSYSTEM_ADDITIONAL_SOURCES}
 )
-target_link_libraries(system base ${BSYSTEM_ADDITIONAL_LIBS})
+target_link_libraries(system base flow ${BSYSTEM_ADDITIONAL_LIBS})