CMakeLists: Add FPNeg.h to the library target sources

Ensures that the header shows up in IDE generated projects.
This commit is contained in:
Lioncash 2019-05-04 21:05:50 -04:00 committed by MerryMage
parent 87083af733
commit ef95e0fa7d

View file

@ -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