We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fce9e5 commit a61db1dCopy full SHA for a61db1d
1 file changed
CMakeLists.txt
@@ -1265,8 +1265,8 @@ add_subdirectory(bin)
1265
write_category_descriptions(${CATEGORY_DESCRIPTION_FILE})
1266
configure_documentation()
1267
1268
-install(FILES example/*.vsl DESTINATION share/vistle/example/)
1269
-install(FILES workflow/tutorial/*.vsl DESTINATION share/vistle/workflow/tutorial/)
+install(DIRECTORY example DESTINATION share/vistle)
+install(DIRECTORY workflow/tutorial DESTINATION share/vistle/workflow)
1270
1271
include(FeatureSummary)
1272
feature_summary(WHAT ALL)
0 commit comments