Skip to content

Commit

Permalink
refactor(win32): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 13, 2024
1 parent 66f3d8f commit 0784371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ endif()
if (WIN32)
file(GLOB src "src/*.win*.cpp")
target_compile_definitions(${PROJECT_NAME} PRIVATE NOMINMAX)
target_link_libraries(${PROJECT_NAME} PUBLIC imagehlp dbghelp)
endif()

target_sources(${PROJECT_NAME} PRIVATE ${src})
Expand Down

0 comments on commit 0784371

Please sign in to comment.