From ef95e0fa7ddff7087552cc44a7716eec83ec8cf8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 4 May 2019 21:05:50 -0400 Subject: [PATCH] CMakeLists: Add FPNeg.h to the library target sources Ensures that the header shows up in IDE generated projects. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3778420e..6f652afb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,6 +28,7 @@ add_library(dynarmic common/fp/op/FPConvert.h common/fp/op/FPMulAdd.cpp common/fp/op/FPMulAdd.h + common/fp/op/FPNeg.h common/fp/op/FPRecipEstimate.cpp common/fp/op/FPRecipEstimate.h common/fp/op/FPRecipExponent.cpp