mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
5 lines
106 B
CMake
5 lines
106 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
set(CMAKE_BUILD_TYPE Release)
|
|
project (UDS_PAM)
|
|
|
|
add_subdirectory(src) |