mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 13:39:25 +00:00
7 lines
423 B
CMake
7 lines
423 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_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)
|