Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 7, 2024
1 parent 4ff2d1d commit 239a821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ INCLUDE_DIRECTORIES( "src" )
IF ( VISUAL_STUDIO ) # (Provided in CMakePresets)
ADD_COMPILE_DEFINITIONS( _ITERATOR_DEBUG_LEVEL=0 )
ADD_COMPILE_DEFINITIONS( VISUAL_STUDIO )
ELSEIF ( WIN32 ) # probably mingw or github runner
ADD_COMPILE_DEFINITIONS( -lwsock32 )
ADD_COMPILE_DEFINITIONS( -lw2_s32 )
ENDIF ()

# needed for some uncommon IDE and OS combinations
Expand Down

0 comments on commit 239a821

Please sign in to comment.