diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2021-08-16 17:10:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 17:10:00 +0200 |
| commit | 521e6ac17483e975e2fc731fed879e9f3edf7547 (patch) | |
| tree | ca5a9b7559f475de1d461885f3df9ee2282bccdf /src/core/CMakeLists.txt | |
| parent | 87d63b858a6d41b11a116a983e22fc1c34de5086 (diff) | |
| parent | 356dbf4d1d314448495ab4e558aa8f799f20caac (diff) | |
Merge pull request #6863 from spholz/fix-lan-play
Fix LAN Play
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 5c99c00f5..f5cf5c16a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -636,6 +636,8 @@ add_library(core STATIC memory.h network/network.cpp network/network.h + network/network_interface.cpp + network/network_interface.h network/sockets.h perf_stats.cpp perf_stats.h |
