Skip to content

Commit 125cfb1

Browse files
authored
feat: update list of headers (#81)
1 parent 51b5ec0 commit 125cfb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.23)
22
project(
33
cppfront
44
LANGUAGES CXX
5-
VERSION 0.2.0
5+
VERSION 0.3.0
66
)
77

88
##
@@ -40,9 +40,10 @@ target_sources(
4040
FILE_SET HEADERS
4141
BASE_DIRS cppfront/source
4242
FILES cppfront/source/common.h
43+
cppfront/source/io.h
4344
cppfront/source/lex.h
44-
cppfront/source/load.h
4545
cppfront/source/parse.h
46+
cppfront/source/reflect.h
4647
cppfront/source/sema.h
4748
)
4849

0 commit comments

Comments
 (0)