Skip to content

Commit

Permalink
Merge pull request #382 from shamazmazum/libevent-fix
Browse files Browse the repository at this point in the history
Fix conflict with libevent.
  • Loading branch information
Interrupt committed May 4, 2021
2 parents 7da4d1b + 1d02b2e commit bcdb119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.32bit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ set(GAME_SRC
)

include_directories(
BEFORE
src/Libraries/2D/Source
src/Libraries/3D/Source
src/Libraries/AFILE/Source
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ set(GAME_SRC
)

include_directories(
BEFORE
src/Libraries/2D/Source
src/Libraries/3D/Source
src/Libraries/AFILE/Source
Expand Down

0 comments on commit bcdb119

Please sign in to comment.