mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:08:11 +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)
|