mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-10 17:10:00 +01:00
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
@ -28,6 +28,7 @@ add_library(dynarmic
|
|||||||
common/fp/op/FPConvert.h
|
common/fp/op/FPConvert.h
|
||||||
common/fp/op/FPMulAdd.cpp
|
common/fp/op/FPMulAdd.cpp
|
||||||
common/fp/op/FPMulAdd.h
|
common/fp/op/FPMulAdd.h
|
||||||
|
common/fp/op/FPNeg.h
|
||||||
common/fp/op/FPRecipEstimate.cpp
|
common/fp/op/FPRecipEstimate.cpp
|
||||||
common/fp/op/FPRecipEstimate.h
|
common/fp/op/FPRecipEstimate.h
|
||||||
common/fp/op/FPRecipExponent.cpp
|
common/fp/op/FPRecipExponent.cpp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user