mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:55:07 +00:00
7 lines
122 B
CMake
7 lines
122 B
CMake
set(SOURCES
|
|
Instruction.cpp
|
|
Types/Formatter.cpp
|
|
)
|
|
|
|
serenity_lib(LibX86 x86)
|
|
target_link_libraries(LibX86 LibC)
|