Skip to content

Commit

Permalink
Try temp solution for apple
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Jan 9, 2025
1 parent 7fd019d commit b79e847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ endif()

target_link_options(VoxelEngine PRIVATE $<$<CXX_COMPILER_ID:GNU>:-no-pie
-lstdc++fs>)

target_link_libraries(VoxelEngine PRIVATE VoxelEngineSrc
find_package(glm REQUIRED)
target_link_libraries(VoxelEngine PRIVATE VoxelEngineSrc glm::glm
$<$<PLATFORM_ID:Windows>:winmm>)

# Deploy res to build dir
Expand Down

0 comments on commit b79e847

Please sign in to comment.