mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-02 22:50:05 +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/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