mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 23:15:10 +00:00
6 lines
95 B
CMake
6 lines
95 B
CMake
set(SOURCES
|
|
Instruction.cpp
|
|
)
|
|
|
|
serenity_lib(LibX86 x86)
|
|
target_link_libraries(LibX86 LibC)
|