mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
A few more things to manually merge in CMakeLists.txt
This commit is contained in:
parent
6e1115ea03
commit
4fbc29158d
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
cmake_minimum_required (VERSION 3.8)
|
cmake_minimum_required (VERSION 3.8)
|
||||||
project(zerotier DESCRIPTION "ZeroTier Network Hypervisor" LANGUAGES CXX C)
|
|
||||||
|
|
||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
|
|
||||||
|
@ -266,6 +265,8 @@ if(NOT PACKAGE_STATIC)
|
||||||
)
|
)
|
||||||
add_dependencies(zerotier zt_osdep zt_core zt_controller zt_service_io_core)
|
add_dependencies(zerotier zt_osdep zt_core zt_controller zt_service_io_core)
|
||||||
|
|
||||||
|
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/zerotier DESTINATION bin)
|
||||||
|
|
||||||
else(NOT PACKAGE_STATIC)
|
else(NOT PACKAGE_STATIC)
|
||||||
|
|
||||||
if(BUILD_32BIT)
|
if(BUILD_32BIT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue