[
https://issues.apache.org/jira/browse/GEODE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123809#comment-16123809
]
ASF GitHub Bot commented on GEODE-3165:
---------------------------------------
Github user pivotal-jbarrett commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/115#discussion_r132755738
--- Diff: CMakeLists.txt ---
@@ -242,7 +242,7 @@ add_subdirectory(dhimpl)
add_subdirectory(sqliteimpl)
add_subdirectory(tests)
add_subdirectory(templates/security)
-add_subdirectory(docs)
+add_subdirectory(docs/api)
--- End diff --
Could not move /src/docs to /docs since /docs already exists. /src/docs are
just the config to generate api docs. So /docs/api made sense.
> Re-organize sources to make integration with IDE that support CMake easier.
> ---------------------------------------------------------------------------
>
> Key: GEODE-3165
> URL: https://issues.apache.org/jira/browse/GEODE-3165
> Project: Geode
> Issue Type: Task
> Components: docs, native client
> Reporter: Jacob S. Barrett
> Assignee: Jacob S. Barrett
>
> Many of the IDE's that support CMake expect that CMakeList.txt be in the root
> of the project. I propose moving the contents of src/ to the root, which was
> the intent after cleaning out all the legacy cruft in root.
> /src/docs -> /docs/api
> /src/* -> /root/*
> Since this a pretty straight forward move there should not be issues with
> merging changes between older branches and develop after this move.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)