Begin cython structure

This commit is contained in:
2023-06-22 17:56:34 +02:00
parent 99321043ec
commit 0094d500d4
15 changed files with 4292 additions and 2 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(feature)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_BUILD_TYPE Debug)
add_executable(feature bayesclass/cpp/FeatureSelect.cpp)