FEX/CMakeLists.txt
Ryan Houdek 00407d0454 Implement an x86-64 KVM interface library
It isn't all encompassing but it is good for an initial implementation
2019-05-30 05:00:41 -07:00

4 lines
96 B
CMake

set(NAME SonicUtils)
set(SRCS ELFLoader.cpp LogManager.cpp VM.cpp)
add_library(${NAME} ${SRCS})