Skip to content

Commit

Permalink
move src into src
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Feb 28, 2024
1 parent 17d0d00 commit 3edd8b5
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ set(BUILD_SHARED_LIBS ON)


set(EXTENSION_SOURCES
h3-extension.cpp
h3_common.cpp
h3_functions/h3_indexing.cpp
h3_functions/h3_inspection.cpp
h3_functions/h3_hierarchy.cpp
h3_functions/h3_traversal.cpp
h3_functions/h3_vertex.cpp
h3_functions/h3_directededge.cpp
h3_functions/h3_misc.cpp
h3_functions/h3_regions.cpp
src/h3ext_extension.cpp
src/h3_common.cpp
src/h3_indexing.cpp
src/h3_inspection.cpp
src/h3_hierarchy.cpp
src/h3_traversal.cpp
src/h3_vertex.cpp
src/h3_directededge.cpp
src/h3_misc.cpp
src/h3_regions.cpp
)
set(LIB_HEADER_FILES
src/include/h3_common.hpp
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3edd8b5

Please sign in to comment.