hrnt@0: # Match all files, except hidden ones (which begin with dot). hrnt@0: file(GLOB DATA_FILES "share/[^.]*") hrnt@0: hrnt@0: if(DATA_FILES) hrnt@0: install(FILES ${DATA_FILES} DESTINATION "${PROJECT_DATA_DIR}") hrnt@0: endif(DATA_FILES) hrnt@0: