7 lines
161 B
CMake
7 lines
161 B
CMake
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||
|
project(Authorization LANGUAGES CXX)
|
||
|
|
||
|
include(../build/BuildDefaults.cmake)
|
||
|
|
||
|
add_subdirectory("CBLAuthDelegate")
|