Skip to content

feat: update list of headers #81

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 2 commits into from
May 30, 2023
Merged
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
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.23)
project(
cppfront
LANGUAGES CXX
VERSION 0.2.0
VERSION 0.3.0
)

##
Expand Down Expand Up @@ -40,9 +40,10 @@ target_sources(
FILE_SET HEADERS
BASE_DIRS cppfront/source
FILES cppfront/source/common.h
cppfront/source/io.h
cppfront/source/lex.h
cppfront/source/load.h
cppfront/source/parse.h
cppfront/source/reflect.h
cppfront/source/sema.h
)

Expand Down