1
0
Fork 0

[C] Renamed examples

This commit is contained in:
seleznevae 2019-09-22 10:06:05 +03:00
parent 895cd8bfdf
commit 3ae900ca2c
10 changed files with 29 additions and 29 deletions

View File

@ -1,46 +1,46 @@
add_executable(${PROJECT_NAME}_simple_table
simple_table.c)
1-simple_table.c)
target_link_libraries(${PROJECT_NAME}_simple_table
fort)
add_executable(${PROJECT_NAME}_custom_table
custom_table.c)
2-custom_table.c)
target_link_libraries(${PROJECT_NAME}_custom_table
fort)
add_executable(${PROJECT_NAME}_fill_table
fill_table.c)
target_link_libraries(${PROJECT_NAME}_fill_table
fort)
add_executable(${PROJECT_NAME}_custom_border_style
custom_border_style.c)
target_link_libraries(${PROJECT_NAME}_custom_border_style
fort)
add_executable(${PROJECT_NAME}_print_styles
print_styles.c)
target_link_libraries(${PROJECT_NAME}_print_styles
fort)
add_executable(${PROJECT_NAME}_math_table
math_table.c)
target_link_libraries(${PROJECT_NAME}_math_table
fort)
add_executable(${PROJECT_NAME}_beautiful_table
beautiful_table.c)
target_link_libraries(${PROJECT_NAME}_beautiful_table
fort)
add_executable(${PROJECT_NAME}_complex_layout
complex_layout.c)
3-complex_layout.c)
target_link_libraries(${PROJECT_NAME}_complex_layout
fort)
add_executable(${PROJECT_NAME}_fill_table
4-fill_table.c)
target_link_libraries(${PROJECT_NAME}_fill_table
fort)
add_executable(${PROJECT_NAME}_beautiful_table
5-beautiful_table.c)
target_link_libraries(${PROJECT_NAME}_beautiful_table
fort)
add_executable(${PROJECT_NAME}_print_styles
6-print_styles.c)
target_link_libraries(${PROJECT_NAME}_print_styles
fort)
add_executable(${PROJECT_NAME}_custom_border_style
7-custom_border_style.c)
target_link_libraries(${PROJECT_NAME}_custom_border_style
fort)
add_executable(${PROJECT_NAME}_math_table
8-math_table.c)
target_link_libraries(${PROJECT_NAME}_math_table
fort)
add_executable(${PROJECT_NAME}_non_ascii_table
non_ascii_table.c)
9-non_ascii_table.c)
target_link_libraries(${PROJECT_NAME}_non_ascii_table
fort)