Skip to content

Commit

Permalink
Add code coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMax committed Dec 24, 2023
1 parent e7aa4bd commit 2f720b1
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD "20" CACHE STRING "C++ Standard to use")
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

project(lexio LANGUAGES CXX)
project(lexio LANGUAGES C CXX)

set(LEXIO_HEADERS
"${CMAKE_CURRENT_SOURCE_DIR}/include/lexio/bufreader.hpp"
Expand Down
Loading

0 comments on commit 2f720b1

Please sign in to comment.