Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmanek94 committed Sep 18, 2023
1 parent abb04c3 commit 2d56143
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ This is useful in cases where:
UniverseLAN allows you to play locally (e.g. LAN parties) without relying on internet access. UniverseLAN does not care if you are in a hotel room with bad WiFi or visiting a remote place with your friends! You can still enjoy your games, _together_.

<small>I hope this does not need to be said, but:</small>
- **UniverseLAN does not bypass or remove any DRM measures.**
- UniverseLAN does not condone piracy, does not facilitate piracy, and will not facilitate piracy.
- UniverseLAN is not a cheat tool and does not facilitate cheating, and will not facilitate cheating.
- **UniverseLAN does not bypass or remove any DRM measures.**
- **UniversLAN does not bypass any cd-key or ownership checks.**
- **UniverseLAN does not give you free DLC, you still need to buy DLC from GOG and install them before being able to use DLC**
- **UniverseLAN does not and can't bypass any "always online" requirements**
- **UniverseLAN does not condone piracy, does not facilitate piracy, and will not facilitate piracy. **
- **UniverseLAN is not a cheat tool and does not facilitate cheating, and will not facilitate cheating.**
- Please adhere to [GOG requirements](https://support.gog.com/hc/en-us/articles/212184489-Can-I-share-games-with-others-?product=gog):
> Your account and games are for your personal use only. If you want to share them, you can always buy a gift for that person.
>
Expand Down
8 changes: 7 additions & 1 deletion Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ add_subdirectory(Client)
add_subdirectory(Server)
add_subdirectory(DLLs)

add_subdirectory(TestCases)
if(NOT BUILD_TEST_CASES)
set(BUILD_TEST_CASES "" CACHE STRING "If enabled, all test cases will be built")
endif()

if(BUILD_TEST_CASES)
add_subdirectory(TestCases)
endif()
1 change: 1 addition & 0 deletions Source/TestCases/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cmake_minimum_required(VERSION 3.12)

0 comments on commit 2d56143

Please sign in to comment.