Skip to content
Snippets Groups Projects
Commit bb5d77b5 authored by Daniil Medvedev's avatar Daniil Medvedev
Browse files

csv parser

parent 8af99883
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,5 @@ add_subdirectory(bit)
add_subdirectory(bitset)
add_subdirectory(small)
add_subdirectory(salad)
add_subdirectory(csv)
add_library(msgpuck STATIC msgpuck/msgpuck.c)
Subproject commit 6b4dcd67126709a92e722a62c8a87a6ec90ceb0f
Subproject commit 7a9dffa16d0da05ec33fe0b131e92f6d86a87fd6
......@@ -103,3 +103,6 @@ target_link_libraries(guava.test salad)
add_executable(find_path.test find_path.c
${CMAKE_SOURCE_DIR}/src/find_path.c
)
add_executable(csv.test csv.c
${CMAKE_SOURCE_DIR}/src/lib/csv/csv.c
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment