diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c90b72e..c6831d44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -388,6 +388,9 @@ else() -I${CMAKE_BINARY_DIR}/x86_64-softmmu -I${CMAKE_CURRENT_SOURCE_DIR}/qemu/target/i386 ) + + # Log and pow + target_link_libraries(x86_64-softmmu m) endif() endif()