Conan create fixed
This commit is contained in:
11
CMakeLists_conan.txt
Normal file
11
CMakeLists_conan.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
Reference in New Issue
Block a user