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.