Skip to content

Commit

Permalink
Move BufferReader to io directory.
Browse files Browse the repository at this point in the history
Close #1070
  • Loading branch information
abellgithub committed Dec 22, 2015
1 parent 2a29b07 commit dcc11de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions io/CMakeLists.txt
@@ -1,4 +1,5 @@
add_subdirectory(bpf)
add_subdirectory(buffer)
add_subdirectory(derivative)
add_subdirectory(faux)
add_subdirectory(ilvis2)
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -37,7 +37,6 @@ endif()
#
set(PDAL_BASE_HPP
"${PDAL_HEADERS_DIR}/pdal_types.hpp"
"${PDAL_HEADERS_DIR}/BufferReader.hpp"
"${PDAL_HEADERS_DIR}/Compression.hpp"
"${PDAL_HEADERS_DIR}/Dimension.hpp"
"${PDAL_HEADERS_DIR}/Filter.hpp"
Expand Down

0 comments on commit dcc11de

Please sign in to comment.