mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05:00
6 lines
95 B
CMake
6 lines
95 B
CMake
set(SOURCES
|
|
Instruction.cpp
|
|
)
|
|
|
|
serenity_lib(LibX86 x86)
|
|
target_link_libraries(LibX86 LibC)
|