mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Option to build service or not
This commit is contained in:
@@ -364,3 +364,5 @@ if (CONF_DOXYGEN)
|
||||
configure_file(${cmake_dir}/doxygen.cfg.in ${doc_dir}/doxygen.cfg)
|
||||
|
||||
endif()
|
||||
|
||||
option(BUILD_SERVICE "Build synergyd" ON)
|
||||
|
||||
@@ -16,10 +16,13 @@
|
||||
|
||||
add_subdirectory(synergyc)
|
||||
add_subdirectory(synergys)
|
||||
add_subdirectory(synergyd)
|
||||
add_subdirectory(usynergy)
|
||||
add_subdirectory(syntool)
|
||||
|
||||
if (BUILD_SERVICE)
|
||||
add_subdirectory(synergyd)
|
||||
endif (BUILD_SERVICE)
|
||||
|
||||
if (WIN32)
|
||||
add_subdirectory(synergyp)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user