Stasik0 9 years ago
parent
commit
494ac6234e
1 changed files with 1 additions and 1 deletions
  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)