6 lines
161 B
CMake
6 lines
161 B
CMake
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||
|
project(KeywordDetectorProvider LANGUAGES CXX)
|
||
|
|
||
|
include(../../build/BuildDefaults.cmake)
|
||
|
|
||
|
add_subdirectory("src")
|