From 3d90472a953b7aae1e8f4c75ebc70bdaa2b4626f Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 2 Oct 2021 00:02:53 +0200 Subject: Add missing define to Opcode compilation --- Opcode/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Opcode/CMakeLists.txt b/Opcode/CMakeLists.txt index d7b4ea5..6666061 100644 --- a/Opcode/CMakeLists.txt +++ b/Opcode/CMakeLists.txt @@ -51,4 +51,5 @@ target_precompile_headers( target_compile_definitions( Opcode PRIVATE OPCODE_EXPORTS + PUBLIC _ALLOW_KEYWORD_MACROS ) -- cgit v1.1