Remove Netplay
This commit is contained in:
@@ -2,7 +2,6 @@ file(GLOB SOURCES *.cpp)
|
|||||||
file(GLOB HEADERS *.hpp)
|
file(GLOB HEADERS *.hpp)
|
||||||
|
|
||||||
add_subdirectory(core)
|
add_subdirectory(core)
|
||||||
add_subdirectory(netplay)
|
|
||||||
|
|
||||||
add_library(backend ${SOURCES} ${HEADERS})
|
add_library(backend ${SOURCES} ${HEADERS})
|
||||||
target_link_libraries(backend PRIVATE core netplay)
|
target_link_libraries(backend PRIVATE core)
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
file(GLOB SOURCES *.cpp)
|
|
||||||
file(GLOB HEADERS *.hpp)
|
|
||||||
|
|
||||||
add_library(netplay ${SOURCES} ${HEADERS})
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#include <Netplay.hpp>
|
|
||||||
|
|
||||||
namespace Netplay {
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user