mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
IDL: Produce better error messages when parsing IDL files.
This commit is contained in:
parent
78eff163ea
commit
82aac98bea
2 changed files with 51 additions and 10 deletions
|
@ -1,6 +1,7 @@
|
|||
add_executable(Generate_CSS_PropertyID_h Generate_CSS_PropertyID_h.cpp)
|
||||
add_executable(Generate_CSS_PropertyID_cpp Generate_CSS_PropertyID_cpp.cpp)
|
||||
add_executable(WrapperGenerator WrapperGenerator.cpp)
|
||||
target_compile_options(WrapperGenerator PUBLIC -g)
|
||||
target_link_libraries(Generate_CSS_PropertyID_h LagomCore)
|
||||
target_link_libraries(Generate_CSS_PropertyID_cpp LagomCore)
|
||||
target_link_libraries(WrapperGenerator LagomCore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue