mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
86cc97e55f
git-subtree-dir: Sources/OpenVPN3 git-subtree-split: 0a6e0b6e542c2d19de1f416c4caccd899d72831a
8 lines
245 B
CMake
8 lines
245 B
CMake
# Cmake in OpenVPN3 core is mainly used to get Clion editior support and to run unit tests. For normal
|
|
# Build instructions see the README.rst
|
|
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
add_subdirectory(test/unittests)
|
|
add_subdirectory(test/ovpncli)
|