Stasik0 %!s(int64=9) %!d(string=hai) anos
pai
achega
494ac6234e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -259,7 +259,7 @@ if(BUILD_EXAMPLESERVER)
     add_executable(server_simple examples/server_simple.c ${server_source})
     add_executable(server examples/server.c)
     if(ENABLE_AMALGAMATION)
-       ADD_DEPENDENCIES(server_simple amalgamation) 
+       ADD_DEPENDENCIES(server amalgamation) 
     endif()
     target_link_libraries(server open62541)
     if(WIN32)