mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
5b87d26027
This will allow other parts of the system to generate machine code at runtime. :^)
6 lines
104 B
CMake
6 lines
104 B
CMake
set(SOURCES
|
|
Assembler.cpp
|
|
)
|
|
|
|
serenity_lib(LibJIT jit)
|
|
target_link_libraries(LibJIT PRIVATE LibCore)
|