From b79e847c795323e917b59db841fb5a506f158582 Mon Sep 17 00:00:00 2001 From: Stepanov Igor Date: Thu, 9 Jan 2025 18:51:17 +0300 Subject: [PATCH] Try temp solution for apple --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e29fe9b1c..5c83b8f76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ endif() target_link_options(VoxelEngine PRIVATE $<$:-no-pie -lstdc++fs>) - -target_link_libraries(VoxelEngine PRIVATE VoxelEngineSrc +find_package(glm REQUIRED) +target_link_libraries(VoxelEngine PRIVATE VoxelEngineSrc glm::glm $<$:winmm>) # Deploy res to build dir