CMakeLists: Add FPNeg.h to the library target sources
Ensures that the header shows up in IDE generated projects.
This commit is contained in:
parent
87083af733
commit
ef95e0fa7d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue