mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
update cmake to add LFDB and force C++11
This commit is contained in:
parent
c2f9aab068
commit
39ad7bc741
4 changed files with 11 additions and 2 deletions
|
@ -48,3 +48,5 @@ elseif(UNIX)
|
|||
endif(WIN32)
|
||||
|
||||
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