Skip to content

Commit

Permalink
Switch sample to be built in C instead of C++ (microsoft#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Jun 21, 2021
1 parent f4b6bf5 commit f391fbf
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 54 deletions.
2 changes: 1 addition & 1 deletion src/tools/sample/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

add_quic_tool(quicsample sample.cpp)
add_quic_tool(quicsample sample.c)
quic_tool_warnings(quicsample)
Loading

0 comments on commit f391fbf

Please sign in to comment.