mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 19:07:35 +00:00
6 lines
104 B
CMake
6 lines
104 B
CMake
set(SOURCES
|
|
Assembler.cpp
|
|
)
|
|
|
|
serenity_lib(LibJIT jit)
|
|
target_link_libraries(LibJIT PRIVATE LibCore)
|