[C] Renamed examples
This commit is contained in:
parent
895cd8bfdf
commit
3ae900ca2c
@ -1,46 +1,46 @@
|
|||||||
|
|
||||||
add_executable(${PROJECT_NAME}_simple_table
|
add_executable(${PROJECT_NAME}_simple_table
|
||||||
simple_table.c)
|
1-simple_table.c)
|
||||||
target_link_libraries(${PROJECT_NAME}_simple_table
|
target_link_libraries(${PROJECT_NAME}_simple_table
|
||||||
fort)
|
fort)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME}_custom_table
|
add_executable(${PROJECT_NAME}_custom_table
|
||||||
custom_table.c)
|
2-custom_table.c)
|
||||||
target_link_libraries(${PROJECT_NAME}_custom_table
|
target_link_libraries(${PROJECT_NAME}_custom_table
|
||||||
fort)
|
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
|
add_executable(${PROJECT_NAME}_complex_layout
|
||||||
complex_layout.c)
|
3-complex_layout.c)
|
||||||
target_link_libraries(${PROJECT_NAME}_complex_layout
|
target_link_libraries(${PROJECT_NAME}_complex_layout
|
||||||
fort)
|
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
|
add_executable(${PROJECT_NAME}_non_ascii_table
|
||||||
non_ascii_table.c)
|
9-non_ascii_table.c)
|
||||||
target_link_libraries(${PROJECT_NAME}_non_ascii_table
|
target_link_libraries(${PROJECT_NAME}_non_ascii_table
|
||||||
fort)
|
fort)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user