Files
OpenVPNAdapter/Sources/OpenVPN3/CMakeLists.txt

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)