summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibX86/CMakeLists.txt
blob: 0e86d4357f9172e8b1e63a22b5682e2580160bb4 (plain)
1
2
3
4
5
set(SOURCES
    Instruction.cpp
)

serenity_lib(LibX86 x86)