Skip to content

Commit

Permalink
CREATE_PROJECT: Add required libraries for enet on Windows/CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Mar 10, 2023
1 parent ec237d0 commit 2e4b661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/create_project/cmake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const CMakeProvider::Library *CMakeProvider::getLibraryFromFeature(const char *f
LibraryProps("fribidi", "fribidi").Libraries("fribidi"),
LibraryProps("discord", "discord").Libraries("discord-rpc"),
LibraryProps("tts").WinLibraries("sapi ole32"),
LibraryProps("enet").WinLibraries("winmm ws2_32"),
LibraryProps("retrowave", "retrowave").Libraries("retrowave")
};

Expand Down

0 comments on commit 2e4b661

Please sign in to comment.