From 850337e434483fd59f2ce8a76e7070260ee69a18 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 24 Jan 2018 14:37:11 -0500 Subject: [PATCH] CMakeLists: Add opcodes.inc to the source file list Allows the file to show up nicely within IDEs --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fe6c745d..92762683 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,6 +94,7 @@ add_library(dynarmic frontend/ir/microinstruction.h frontend/ir/opcodes.cpp frontend/ir/opcodes.h + frontend/ir/opcodes.inc frontend/ir/terminal.h frontend/ir/value.cpp frontend/ir/value.h