Skip to content

Commit

Permalink
Revert "Try temp solution for apple"
Browse files Browse the repository at this point in the history
This reverts commit b79e847.
  • Loading branch information
Stepanov Igor committed Jan 9, 2025
1 parent b79e847 commit a5aad1f
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>)
find_package(glm REQUIRED)
target_link_libraries(VoxelEngine PRIVATE VoxelEngineSrc glm::glm

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

# Deploy res to build dir
Expand Down

0 comments on commit a5aad1f

Please sign in to comment.