mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
7 lines
95 B
CMake
7 lines
95 B
CMake
set(SOURCES
|
|
Instruction.cpp
|
|
)
|
|
|
|
serenity_lib(LibX86 x86)
|
|
target_link_libraries(LibX86 LibC)
|