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 b27f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ endif()

if (WIN32)
file(GLOB src "src/*.win*.cpp")
target_link_libraries(${PROJECT_NAME} PUBLIC imagehlp)
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 b27f5d7

Please sign in to comment.