Skip to content

Commit

Permalink
fix build (followup 23b50ab)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 13, 2021
1 parent 6b17d5b commit eda3039
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/providers/pdal/CMakeLists.txt
Expand Up @@ -95,6 +95,18 @@ set(UNTWINE_INCLUDE_DIRS
# Build

include_directories(
${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/editform
${CMAKE_SOURCE_DIR}/src/core/expression
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/pointcloud
${CMAKE_SOURCE_DIR}/src/core/project
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/vector

${CMAKE_SOURCE_DIR}/external/nlohmann

${CMAKE_SOURCE_DIR}/external/untwine/api

${CMAKE_BINARY_DIR}/src/ui
Expand Down

1 comment on commit eda3039

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jef-n!

(Ping @3nids)

Please sign in to comment.