From 40bcd5e47cb56e3be02d1ad215299a59af4bc73e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 22 Jul 2025 17:11:19 -0700 Subject: [PATCH] Fix build on x86 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cad4606..24860101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,6 +181,8 @@ target_include_directories(lego1 PUBLIC "$:DirectX5::DirectX5>) +# Allow unconditional include of miniwin/miniwind3d.h +target_link_libraries(lego1 PRIVATE miniwin-headers) if(WIN32) set_property(TARGET lego1 PROPERTY PREFIX "") endif()