aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pdal/external-dimbuilder.diff
blob: 2aefb2884b3c4710d80a617801c4020c5f9b11c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/dimbuilder/CMakeLists.txt b/dimbuilder/CMakeLists.txt
index 99109b7..fa2355d 100644
--- a/dimbuilder/CMakeLists.txt
+++ b/dimbuilder/CMakeLists.txt
@@ -1,3 +1,6 @@
+add_executable(dimbuilder IMPORTED GLOBAL)
+set_target_properties(dimbuilder PROPERTIES IMPORTED_LOCATION "${DIMBUILDER_EXECUTABLE}")
+return()
 #
 # The seemingly strange arrangement of this cmake file allows you to build
 # this application as a standalone.