Browse Source

missing lib added (compile error with opener_tests)

micsat 3 years ago
parent
commit
d1da358d5d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      source/src/cip/cip_security/CMakeLists.txt

+ 2 - 1
source/src/cip/cip_security/CMakeLists.txt

@@ -14,4 +14,5 @@ opener_platform_support("INCLUDES")
 
 set( CIP_SECURITY_SRC cipsecurity.c certificatemanagement.c ethernetipsecurity.c)
 
-add_library( CIP_SECURITY ${CIP_SECURITY_SRC})
+add_library( CIP_SECURITY ${CIP_SECURITY_SRC})
+target_link_libraries(CIP_SECURITY CIP_FILE_OBJECT)