Added enet lib

Added enet lib
This commit is contained in:
jojos38
2020-01-28 12:22:11 +01:00
parent b63824727a
commit 4c3f32438c
14 changed files with 28 additions and 1758 deletions

View File

@@ -3,4 +3,10 @@ project(BeamNG-MP-Server)
set(CMAKE_CXX_STANDARD 14)
add_executable(untitled src/main.cpp)
add_executable(cmake-main src/main.cpp)
ADD_LIBRARY(
enet STATIC
enet.lib
)
set_target_properties(enet PROPERTIES LINKER_LANGUAGE CXX)