From 5428eda992b15b32709488cc9a58ddab7c12b5d8 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 25 Jun 2024 09:00:31 -0700 Subject: [PATCH] Updates --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 122cb523..16b416d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -469,6 +469,7 @@ target_link_libraries(lego1 PRIVATE tglrl viewmanager realtime mxdirectx roi geo foreach(tgt IN LISTS lego1_targets) target_link_libraries(${tgt} PRIVATE $<$:DirectX5::DirectX5> SDL3::SDL3) + target_compile_definitions(${tgt} PRIVATE $<$:DIRECTX5_SDK>) endforeach() # Make sure filenames are ALL CAPS