12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(ArffFiles
|
|
VERSION 1.2.1
|
|
DESCRIPTION "Library to read Arff Files and return STL vectors with the data read."
|
|
HOMEPAGE_URL "https://github.com/rmontanana/ArffFiles"
|
|
LANGUAGES CXX
|
|
)
|
|
|
|
# Subdirectories
|
|
add_subdirectory(config)
|