Skip to content

Commit

Permalink
CMake: glfw is already linked to LVKVulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed May 11, 2024
1 parent 2eeed36 commit c60ca79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ macro(ADD_DEMO app)
target_link_libraries(${app} PRIVATE bc7enc)
target_link_libraries(${app} PRIVATE meshoptimizer)
target_link_libraries(${app} PRIVATE tinyobjloader)
target_link_libraries(${app} PRIVATE glfw)
if(UNIX AND NOT APPLE)
target_link_libraries(${app} PRIVATE EGL)
endif()
Expand Down

0 comments on commit c60ca79

Please sign in to comment.