Browse Source

better docs

Ken Martin 24 years ago
parent
commit
6a04c387eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/FindDart.cmake

+ 1 - 0
Modules/FindDart.cmake

@@ -10,4 +10,5 @@ FIND_PATH(DART_ROOT README.INSTALL
     "C:/Program Files/Dart" 
     ${PROJECT_SOURCE_DIR}/../Dart 
     [HKEY_LOCAL_MACHINE\\SOFTWARE\\Dart\\InstallPath]
+    DOC "If you have Dart installed, where is it located?"
     )