Skip to content

Commit

Permalink
Commit staged after merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Oct 11, 2024
2 parents 0237193 + fdfbcb4 commit 1c8ea0d
Show file tree
Hide file tree
Showing 20 changed files with 733 additions and 182 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else()
endif()

project(picoquic
VERSION 1.1.25.1
VERSION 1.1.25.2
DESCRIPTION "picoquic library"
LANGUAGES C CXX)

Expand Down Expand Up @@ -132,10 +132,13 @@ set(LOGLIB_LIBRARY_FILES
loglib/csv.c
loglib/logconvert.c
loglib/logreader.c
loglib/memory_log.c
loglib/qlog.c
loglib/svg.c)

set(PICOQUIC_LOGLIB_HEADERS loglib/autoqlog.h)
set(PICOQUIC_LOGLIB_HEADERS
loglib/autoqlog.h
loglib/auto_memlog.h)

set(PICOQUIC_TEST_LIBRARY_FILES
picoquictest/ack_of_ack_test.c
Expand Down
Loading

0 comments on commit 1c8ea0d

Please sign in to comment.