File: CMakeLists.txt

package info (click to toggle)
openvpn3-client 25%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,276 kB
  • sloc: cpp: 190,085; python: 7,218; ansic: 1,866; sh: 1,361; java: 402; lisp: 81; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
if (NOT APPLE)
  return()
endif()

add_executable(agent_macos ovpnagent.cpp)
add_core_dependencies(agent_macos)
add_json_library(agent_macos)

# Avoid deprecated warning for using daemon
target_compile_options(agent_macos PRIVATE -Wno-deprecated-declarations)