CMakeLists: Add fp_util, macro_util and math_util headers
Allows the headers to show up within IDEs
This commit is contained in:
parent
7a66224d9a
commit
6177c2c63d
1 changed files with 3 additions and 0 deletions
|
@ -13,10 +13,13 @@ add_library(dynarmic
|
||||||
common/common_types.h
|
common/common_types.h
|
||||||
common/crc32.cpp
|
common/crc32.cpp
|
||||||
common/crc32.h
|
common/crc32.h
|
||||||
|
common/fp_util.h
|
||||||
common/intrusive_list.h
|
common/intrusive_list.h
|
||||||
common/iterator_util.h
|
common/iterator_util.h
|
||||||
common/llvm_disassemble.cpp
|
common/llvm_disassemble.cpp
|
||||||
common/llvm_disassemble.h
|
common/llvm_disassemble.h
|
||||||
|
common/macro_util.h
|
||||||
|
common/math_util.h
|
||||||
common/memory_pool.cpp
|
common/memory_pool.cpp
|
||||||
common/memory_pool.h
|
common/memory_pool.h
|
||||||
common/mp.h
|
common/mp.h
|
||||||
|
|
Loading…
Reference in a new issue