Skip to content

Commit

Permalink
Added library
Browse files Browse the repository at this point in the history
  • Loading branch information
erik9631 committed Aug 20, 2023
1 parent 219c965 commit 1ada97e
Show file tree
Hide file tree
Showing 62 changed files with 4,963 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/LiiNetworking.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.25)
set(CMAKE_CXX_STANDARD 17)
project(LiiNetworking)
set(platform win32)

add_subdirectory(src)
target_link_libraries(${PROJECT_NAME} wsock32 ws2_32)
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 1ada97e

Please sign in to comment.