Skip to content

include the missing cpp2regex.h in cpp2util target #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fail-fast: false
matrix:
include:
# Clang 18 is broken for some reason
# - CC: clang-18
# CXX: clang++-18
# CXXFLAGS: -stdlib=libc++
# Clang 18.1.3 or later works
- CC: clang-18
CXX: clang++-18
CXXFLAGS: -stdlib=libc++
- CC: gcc-14
CXX: g++-14
steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_sources(
INTERFACE
FILE_SET HEADERS
BASE_DIRS cppfront/include
FILES cppfront/include/cpp2util.h
FILES cppfront/include/cpp2util.h cppfront/include/cpp2regex.h
)

if (NOT CPPFRONT_NO_SYSTEM)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ configuration:

* `cppfront::cppfront` -- this is the executable for the cppfront compiler
* `cppfront::cpp2util` -- this is an `INTERFACE` library providing the path to
the `cpp2util.h` runtime header.
the `cpp2util.h` and `cpp2regex.h` runtime headers.

### Options

Expand Down
2 changes: 1 addition & 1 deletion cppfront
Submodule cppfront updated 2044 files
Loading