enet icon indicating copy to clipboard operation
enet copied to clipboard

Add install to CMakeLists.txt

Open SirLynix opened this issue 3 years ago • 1 comments

Currently CMakeLists.txt lacks any installation instruction, which is a bit annoying when you wish to install it in system folders (using make install), this PR fixes that.

SirLynix avatar Dec 30 '21 12:12 SirLynix

Just so you know, I added enet to xmake-repo (the package manager of xmake) and had to patch CMakeLists.txt to fix static-only compilation and installation. Theses changes are part of this PR.

SirLynix avatar Dec 31 '21 09:12 SirLynix