From fe6a9d40867e0b3bcd7c5a96cbbc5bde4a102350 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 30 Sep 2021 13:26:12 +0200 Subject: Enabled keyword macros to avoid IcePreprocessor errors --- Stars45/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Stars45') diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index f860bf8..35d3b39 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -221,3 +221,7 @@ target_link_libraries( PUBLIC Png::png PUBLIC Opcode # FIXME: Add opcode to a namespace. ) +target_compile_definitions( + Stars45 + PRIVATE _ALLOW_KEYWORD_MACROS + ) -- cgit v1.1