Commit bc227c9c authored by jan.koester's avatar jan.koester
Browse files

fix

parent 8a20a0f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ if(result)
  message(FATAL_ERROR "Build step for smtpclientlibrary failed: ${result}")
endif()

add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/smtpclientlibrary-src
                 ${CMAKE_CURRENT_BINARY_DIR}/smtpclientlibrary-build
                 EXCLUDE_FROM_ALL)

add_library(contact SHARED contact.cpp)