mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +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)
|