mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
2020/07/16, Minor optmizations
This commit is contained in:
parent
ffebcd247f
commit
c1f4168d2f
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ project (zerotiercore)
|
||||||
|
|
||||||
set (PROJ_DIR ${PROJECT_SOURCE_DIR})
|
set (PROJ_DIR ${PROJECT_SOURCE_DIR})
|
||||||
set (ZT_DEFS -std=c++11)
|
set (ZT_DEFS -std=c++11)
|
||||||
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|
||||||
|
|
||||||
file(GLOB core_src_glob ${PROJ_DIR}/node/*.cpp)
|
file(GLOB core_src_glob ${PROJ_DIR}/node/*.cpp)
|
||||||
add_library(zerotiercore STATIC ${core_src_glob})
|
add_library(zerotiercore STATIC ${core_src_glob})
|
||||||
|
|
Loading…
Add table
Reference in a new issue