From 6177c2c63ddb5dd711894026b4906a9fbc44dab2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 12 Mar 2018 14:52:27 -0400 Subject: [PATCH] CMakeLists: Add fp_util, macro_util and math_util headers Allows the headers to show up within IDEs --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b358319f..b49fcf64 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,10 +13,13 @@ add_library(dynarmic common/common_types.h common/crc32.cpp common/crc32.h + common/fp_util.h common/intrusive_list.h common/iterator_util.h common/llvm_disassemble.cpp common/llvm_disassemble.h + common/macro_util.h + common/math_util.h common/memory_pool.cpp common/memory_pool.h common/mp.h