Skip to content

Commit

Permalink
Rename CSV example to PrettyPrinter.
Browse files Browse the repository at this point in the history
  • Loading branch information
microstrain-sam committed Nov 5, 2024
1 parent f99293e commit 821a2f7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ if(MICROSTRAIN_ENABLE_CPP)
target_link_libraries(Threads PUBLIC pthread)
endif()
if(MIP_ENABLE_METADATA)
add_mip_example(CsvExample "${EXAMPLE_SOURCES};${EXAMPLE_DIR}/CSV/csv.cpp;${EXAMPLE_DIR}/CSV/stringify.cpp;${EXAMPLE_DIR}/CSV/stringify.hpp")
target_link_libraries(CsvExample PRIVATE ${MIP_METADATA_LIBRARY})
add_mip_example(PrettyPrinter "${EXAMPLE_SOURCES};${EXAMPLE_DIR}/PrettyPrinter/pretty_printer.cpp;${EXAMPLE_DIR}/PrettyPrinter/stringify.cpp;${EXAMPLE_DIR}/PrettyPrinter/stringify.hpp")
target_link_libraries(PrettyPrinter PRIVATE ${MIP_METADATA_LIBRARY})
endif()

# Product-specific examples
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 821a2f7

Please sign in to comment.