vcpkg/ports/lastools/build-tools.diff

16 lines
360 B
Diff
Raw Normal View History

2024-08-14 06:34:02 +08:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a0ea6e..9e119c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,10 @@ if (BUILD_SHARED_LIBS AND UNIX AND NOT APPLE)
endif()
add_subdirectory(LASlib/src)
+option(BUILD_TOOLS "" OFF)
+if(BUILD_TOOLS)
add_subdirectory(src)
+endif()
if (EXISTS src_full)
add_subdirectory(src_full)
endif()