diff --git a/example_data/CMakeLists.txt b/example_data/CMakeLists.txt index 52f843a..16a4861 100644 --- a/example_data/CMakeLists.txt +++ b/example_data/CMakeLists.txt @@ -1,10 +1,9 @@ INSTALL(FILES - DataAFLP-estimation_of_marker_heritability.txt - DataAFLP-kinship_estimation_corrected_by_heritability.txt - DataAllozymes-diploids_and_tetraploids.txt - DataHaplo-with_distance_matrix_between_haplotypes.txt - DataSSR-fine_scale_spatial_structure.txt - DataSSR-with_spatial_distance_matrix.txt - + DataHaplo-with_distance_matrix_between_haplotypes.txt + DataAFLP-estimation_of_marker_heritability.txt + DataSSR-fine_scale_spatial_structure.txt + DataAFLP-kinship_estimation_corrected_by_heritability.txt + DataSSR-with_spatial_distance_matrix.txt + DataAllozymes-diploids_and_tetraploids.txt DESTINATION "${CMAKE_DATA_DIR}/example_data")