mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 23:39:00 +08:00
12 lines
438 B
Diff
12 lines
438 B
Diff
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.
|