mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user