mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/
This commit is contained in:
parent
c8ca1cfa3c
commit
cfbd7e3bf5
26 changed files with 82 additions and 1931 deletions
|
@ -7,14 +7,11 @@ endif(WIN32)
|
|||
|
||||
set(src
|
||||
OneService.cpp
|
||||
SoftwareUpdater.cpp
|
||||
)
|
||||
|
||||
set(headers
|
||||
OneService.hpp
|
||||
SoftwareUpdater.hpp
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC ${src} ${headers})
|
||||
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue