mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Fix Constants.hpp inclusion of version.h
This commit is contained in:
parent
18071e038e
commit
206c85222c
2 changed files with 3 additions and 2 deletions
|
@ -75,6 +75,7 @@ set(core_src
|
|||
)
|
||||
add_library(${PROJECT_NAME} STATIC ${core_src} ${core_headers})
|
||||
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_BINARY_DIR})
|
||||
|
||||
if(UNIX)
|
||||
set_source_files_properties(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue