mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
CMakeLists: Add missing cond.h header to file listing
Allows the file to show up within IDEs more easily.
This commit is contained in:
parent
0a3976059f
commit
c3b7819a55
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ add_library(dynarmic
|
|||
frontend/decoder/matcher.h
|
||||
frontend/ir/basic_block.cpp
|
||||
frontend/ir/basic_block.h
|
||||
frontend/ir/cond.h
|
||||
frontend/ir/ir_emitter.cpp
|
||||
frontend/ir/ir_emitter.h
|
||||
frontend/ir/location_descriptor.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue