mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 17:07:35 +00:00

5c7e5cc738
a8f0fa5dd4
0d417cd604
5b87d26027
(and other friends from the JIT PR)f915aa70cd
12 lines
216 B
Text
12 lines
216 B
Text
shared_library("LibJIT") {
|
|
output_name = "jit"
|
|
include_dirs = [ "//Userland/Libraries" ]
|
|
sources = [
|
|
"Assembler.cpp",
|
|
"Assembler.h",
|
|
]
|
|
deps = [
|
|
"//AK",
|
|
"//Userland/Libraries/LibCore",
|
|
]
|
|
}
|