mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
1ffffa0053
This patch introduces a hackish but functional IDL parser and uses it to generate the JS bindings for Node and Document. We'll see how far this simple parser takes us. The important thing right now is generating code, not being a perfect IDL parser. :^)
7 lines
372 B
CMake
7 lines
372 B
CMake
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_link_libraries(Generate_CSS_PropertyID_h LagomCore)
|
|
target_link_libraries(Generate_CSS_PropertyID_cpp LagomCore)
|
|
target_link_libraries(WrapperGenerator LagomCore)
|