We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ab829 commit abf215eCopy full SHA for abf215e
1 file changed
src/inserts/functions.cmake
@@ -1212,6 +1212,9 @@ macro(cppan_generate_flex_bison_config)
1212
DEPENDS ${parser_include_in}
1213
)
1214
target_sources(${this} PRIVATE ${parser_include})
1215
+
1216
+ # set potential access to private fields
1217
+ target_compile_definitions(${this} PRIVATE HAVE_BISON_${name_upper}_PARSER)
1218
endmacro()
1219
1220
########################################
0 commit comments