mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
7 lines
95 B
CMake
7 lines
95 B
CMake
set(SOURCES
|
|
Instruction.cpp
|
|
)
|
|
|
|
serenity_lib(LibX86 x86)
|
|
target_link_libraries(LibX86 LibC)
|