Skip to content

Commit

Permalink
update cmakelists for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Feb 19, 2025
1 parent 2406827 commit f028ef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/providers/pdal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ set(UNTWINE_SRCS
${CMAKE_SOURCE_DIR}/external/untwine/epf/Reprocessor.cpp
${CMAKE_SOURCE_DIR}/external/untwine/epf/Writer.cpp

${CMAKE_SOURCE_DIR}/external/untwine/prep/FilePrep.cpp

${CMAKE_SOURCE_DIR}/external/untwine/untwine/ProgressWriter.cpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/ThreadPool.cpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/Untwine.cpp
Expand All @@ -71,9 +73,12 @@ set(UNTWINE_HDRS
${CMAKE_SOURCE_DIR}/external/untwine/epf/Reprocessor.hpp
${CMAKE_SOURCE_DIR}/external/untwine/epf/Writer.hpp

${CMAKE_SOURCE_DIR}/external/untwine/prep/FilePrep.hpp

${CMAKE_SOURCE_DIR}/external/untwine/untwine/Common.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FatalError.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FileDimInfo.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FileInfo.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/GridKey.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/Point.hpp
${CMAKE_SOURCE_DIR}/external/untwine/untwine/ProgressWriter.hpp
Expand All @@ -99,6 +104,7 @@ configure_file(${CMAKE_SOURCE_DIR}/external/untwine/untwine/Config.hpp.in ${CMAK

set(UNTWINE_INCLUDE_DIRS
${CMAKE_SOURCE_DIR}/external/untwine/untwine
${CMAKE_SOURCE_DIR}/external/untwine/prep
${CMAKE_SOURCE_DIR}/external/untwine/epf
${CMAKE_SOURCE_DIR}/external/untwine/bu
${CMAKE_SOURCE_DIR}/external/untwine
Expand Down

0 comments on commit f028ef1

Please sign in to comment.