You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2016/06/09 01:29:46 UTC

[GitHub] incubator-quickstep issue #13: Add option to build using shared libraries.

Github user zuyu commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/13
  
    As for the double linking, try the following:
    
    ```
    if (NOT TARGET gflags_nothreads-static)
      add_subdirectory("${THIRD_PARTY_SOURCE_DIR}/gflags" "${CMAKE_CURRENT_BINARY_DIR}/third_party/gflags")
      include_directories("${CMAKE_CURRENT_BINARY_DIR}/third_party/gflags/include")
    endif()
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---