• Michel Salim's avatar
    add shared library support to add_fbthrift_cpp_library · cfa6e9c6
    Michel Salim authored
    Summary:
    `add_fbthrift_cpp_library` should honor `BUILD_SHARED_LIBS`, and call
    `add_library` with the right setting (`SHARED` if enabled, `STATIC` otherwise)
    
    Reviewed By: yns88
    
    Differential Revision: D24911124
    
    fbshipit-source-id: 79df7640a758a592a3df3e9e79bb129dd57f2d47
    cfa6e9c6
FBThriftCppLibrary.cmake 6.48 KB