[
https://issues.apache.org/jira/browse/GEODE-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123833#comment-16123833
]
ASF GitHub Bot commented on GEODE-3165:
---------------------------------------
Github user dgkimura commented on a diff in the pull request:
https://github.com/apache/geode-native/pull/115#discussion_r132757951
--- 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 --
Ah, I see. So we have 2 docs? That's a little confusing..
> 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)